#F8E4D6

Color #F8E4D6 Fair Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fair Pink #F8E4D6

Tints of Fair Pink #F8E4D6

Color information

#F8E4D6 (or 0xF8E4D6) is unknown color: approx Fair Pink. HEX triplet: F8, E4 and D6. RGB value is (248,228,214). Sum of RGB (Red+Green+Blue) = 248+228+214=690 (91% of max value = 765). Red value is 248 (97.27% from 255 or 35.94% from 690); Green value is 228 (89.45% from 255 or 33.04% from 690); Blue value is 214 (83.98% from 255 or 31.01% from 690); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E4D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8E4D6 is #071B29. Grayscale: #E8E8E8. Windows color (decimal): -465706 or 14083320. OLE color: 14083320.

HSL color Cylindrical-coordinate representation of color #F8E4D6: hue angle of 24.71º degrees, saturation: 0.71, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F8E4D6 is Cyan = 0, Magento = 0.08, Yellow = 0.14 and Black (K on CMYK) = 0.03.

Color convert

RGB248228214-
CMYK00.080.140.03
HSL24.71º70.83%90.59%-
HSV(B)24.71º13.71%97.25%-
XYZ78.5980.374.98-
YUV232.38117.63139.14-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 248 (97.27% from 255) = 35.94%
GREEN value IS 228 (89.45% from 255) = 33.04%
BLUE value IS 214 (83.98% from 255) = 31.01%
R=35.94%
G=33.04%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.14
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24822821400.080.140.0324.7170.8390.59
HexF8E4D608E319475b
Octal37034432601016331107133
Binary111110001110010011010110010001110111100110001111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8E4D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8E4D6; }

 p { color: rgb(248,228,214); }

 H1.HeaderClassName
 {
   color: #F8E4D6;
 }
 .AnyTagClassName
 {
   color: #F8E4D6;
 }
</style>
background-color css

<style>
 a { background-color: #F8E4D6; }

 a { background-color: rgb(248,228,214); }

 div.DivClassName
 {
   background-color: #F8E4D6;
 }
 .BgClassName
 {
   background-color: #F8E4D6;
 }
</style>
border-color css

<style>
 span { border-color: #F8E4D6; }

 span { border-color: rgb(248,228,214); }

 td.TdClassName
 {
   border-color: #F8E4D6;
 }
 .TagClassName
 {
   border-color: #F8E4D6;
 }
</style>