#F4E5DC

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

Shades of Fair Pink #F4E5DC

Tints of Fair Pink #F4E5DC

Color information

#F4E5DC (or 0xF4E5DC) is unknown color: approx Fair Pink. HEX triplet: F4, E5 and DC. RGB value is (244,229,220). Sum of RGB (Red+Green+Blue) = 244+229+220=693 (91% of max value = 765). Red value is 244 (95.70% from 255 or 35.21% from 693); Green value is 229 (89.84% from 255 or 33.04% from 693); Blue value is 220 (86.33% from 255 or 31.75% from 693); Max value from RGB is 244 - color contains mainly: red. Hex color #F4E5DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4E5DC is #0B1A23. Grayscale: #E8E8E8. Windows color (decimal): -727588 or 14476788. OLE color: 14476788.

HSL color Cylindrical-coordinate representation of color #F4E5DC: hue angle of 22.5º degrees, saturation: 0.52, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F4E5DC is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB244229220-
CMYK00.060.100.04
HSL22.5º52.17%90.98%-
HSV(B)22.5º9.84%95.69%-
XYZ78.2580.4479.11-
YUV232.46120.97136.23-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 35.21%
GREEN value IS 229 (89.84% from 255) = 33.04%
BLUE value IS 220 (86.33% from 255) = 31.75%
R=35.21%
G=33.04%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24422922000.060.100.0422.552.1790.98
HexF4E5DC06A417345b
Octal364345334061242764133
Binary11110100111001011101110001101010100101111101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4E5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4E5DC; }

 p { color: rgb(244,229,220); }

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

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

 a { background-color: rgb(244,229,220); }

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

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

 span { border-color: rgb(244,229,220); }

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