Color Hex Logo

#f3caef Color Hex

#F3CAEF
(243,202,239)
0 Favorites   0 Comments

Color spaces of #f3caef

RGB 243202239
HSL0.850.630.87
HSV306°17°95°
CMYK 0.000.170.02   0.05
XYZ73.662767.527790.8131
Yxy67.52770.31750.2911
Hunter Lab82.175216.2025-7.9996
CIE-Lab85.769720.6126-12.7956

#f3caef color RGB value is (243,202,239).

#f3caef hex color red value is 243, green value is 202 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #f3caef hue: 0.85 , saturation: 0.63 and the lightness value of f3caef is 0.87.

The process color (four color CMYK) of #f3caef color hex is 0.00, 0.17, 0.02, 0.05. Web safe color of #f3caef is #ffccff. Color #f3caef contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 11001010 11101111
Octal 363 312 357
Decimal 243 202 239
Hex F3 CA EF

RGB Percentages of Color #f3caef

%35.53
%29.53
%34.94

CMYK Percentages of Color #f3caef

%0
%17
%2
%5

Triadic Colors of #f3caef

#f3caef #eff3ca #caeff3

Analogous Colors of #f3caef

#f3caef #f3cadb #e3caf3

Monochromatic Colors of #f3caef

#f3caef

Complementary Color

#f3caef #caf3ce

#f3caef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f3caef Color Preview on White Background

Lorem ipsum dolor sit amet.

#f3caef Color CSS Codes

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

#f3caef Text Font Color

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

This sample text font color is #f3caef
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.


#f3caef Background Color

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

This div background color is #f3caef


#f3caef Border Color

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

This div border color is #f3caef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f3caef


Comments

No comments written yet.

Please login to write comment.