Color Hex Logo

#f8caef Color Hex

#F8CAEF
(248,202,239)
1 Favorites   0 Comments

Color spaces of #f8caef

RGB 248202239
HSL0.870.770.88
HSV312°19°97°
CMYK 0.000.190.04   0.03
XYZ75.411968.429590.8949
Yxy68.42950.32130.2915
Hunter Lab82.722117.9621-7.2422
CIE-Lab86.220822.2755-12.0744

#f8caef color RGB value is (248,202,239).

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

The process color (four color CMYK) of #f8caef color hex is 0.00, 0.19, 0.04, 0.03. Web safe color of #f8caef is #ffccff. Color #f8caef contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 11001010 11101111
Octal 370 312 357
Decimal 248 202 239
Hex F8 CA EF

RGB Percentages of Color #f8caef

%35.99
%29.32
%34.69

CMYK Percentages of Color #f8caef

%0
%19
%4
%3

Triadic Colors of #f8caef

#f8caef #eff8ca #caeff8

Analogous Colors of #f8caef

#f8caef #f8cad8 #eacaf8

Monochromatic Colors of #f8caef

#f8caef

Complementary Color

#f8caef #caf8d3

#f8caef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8caef Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8caef Color CSS Codes

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

#f8caef Text Font Color

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

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


#f8caef Background Color

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

This div background color is #f8caef


#f8caef Border Color

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

This div border color is #f8caef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(248,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 #f8caef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8caef


Comments

No comments written yet.

Please login to write comment.