#FFF5DC

Color #FFF5DC Early Dawn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Early Dawn #FFF5DC

Tints of Early Dawn #FFF5DC

Color information

#FFF5DC (or 0xFFF5DC) is unknown color: approx Early Dawn. HEX triplet: FF, F5 and DC. RGB value is (255,245,220). Sum of RGB (Red+Green+Blue) = 255+245+220=720 (95% of max value = 765). Red value is 255 (100% from 255 or 35.42% from 720); Green value is 245 (96.09% from 255 or 34.03% from 720); Blue value is 220 (86.33% from 255 or 30.56% from 720); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF5DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF5DC is #000A23. Grayscale: #F5F5F5. Windows color (decimal): -2596 or 14480895. OLE color: 14480895.

HSL color Cylindrical-coordinate representation of color #FFF5DC: hue angle of 42.86º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FFF5DC is Cyan = 0, Magento = 0.04, Yellow = 0.14 and Black (K on CMYK) = 0.

Color convert

RGB255245220-
CMYK00.040.140
HSL42.86º100%93.14%-
HSV(B)42.86º13.73%100%-
XYZ86.8191.7380.84-
YUV245.14113.81135.03-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.42%
GREEN value IS 245 (96.09% from 255) = 34.03%
BLUE value IS 220 (86.33% from 255) = 30.56%
R=35.42%
G=34.03%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524522000.040.14042.8610093.14
HexFFF5DC04E02b645d
Octal3773653340416053144135
Binary11111111111101011101110001001110010101111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF5DC; }

 p { color: rgb(255,245,220); }

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

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

 a { background-color: rgb(255,245,220); }

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

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

 span { border-color: rgb(255,245,220); }

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