Color Hex Logo

#f3cfea Color Hex

#F3CFEA
(243,207,234)
0 Favorites   0 Comments

Color spaces of #f3cfea

RGB 243207234
HSL0.880.600.88
HSV315°15°95°
CMYK 0.000.150.04   0.05
XYZ74.126369.620887.3732
Yxy69.62080.32070.3012
Hunter Lab83.439112.5589-3.6781
CIE-Lab86.810517.0879-8.5934

#f3cfea color RGB value is (243,207,234).

#f3cfea hex color red value is 243, green value is 207 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #f3cfea hue: 0.88 , saturation: 0.60 and the lightness value of f3cfea is 0.88.

The process color (four color CMYK) of #f3cfea color hex is 0.00, 0.15, 0.04, 0.05. Web safe color of #f3cfea is #ffccff. Color #f3cfea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 11001111 11101010
Octal 363 317 352
Decimal 243 207 234
Hex F3 CF EA

RGB Percentages of Color #f3cfea

%35.53
%30.26
%34.21

CMYK Percentages of Color #f3cfea

%0
%15
%4
%5

Triadic Colors of #f3cfea

#f3cfea #eaf3cf #cfeaf3

Analogous Colors of #f3cfea

#f3cfea #f3cfd8 #eacff3

Monochromatic Colors of #f3cfea

#f3cfea

Complementary Color

#f3cfea #cff3d8

#f3cfea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f3cfea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f3cfea Color CSS Codes

.mybgcolor {background-color:#f3cfea; } 
.myforecolor {color:#f3cfea; }
.mybordercolor {border:3px solid #f3cfea; }

#f3cfea Text Font Color

<p style="color:#f3cfea">Text here</p>

This sample text font color is #f3cfea
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#f3cfea Background Color

<div style="background-color:#f3cfea">
Div content here</div>

This div background color is #f3cfea


#f3cfea Border Color

<div style="border:3px solid #f3cfea">
Div here</div>

This div border color is #f3cfea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(243,207,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f3cfea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f3cfea;
  -webkit-box-shadow: 1px 1px 3px 2px #f3cfea;
  box-shadow:         1px 1px 3px 2px #f3cfea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(243,207,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f3cfea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #f3cfea;
  -webkit-box-shadow: 1px 1px 3px 2px #f3cfea;
  box-shadow:         1px 1px 3px 2px #f3cfea;">
Div content here</div>

This div box has shadow with color #f3cfea

Related Colors


Comments

No comments written yet.

Please login to write comment.