#F9F1DE

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

Shades of Early Dawn #F9F1DE

Tints of Early Dawn #F9F1DE

Color information

#F9F1DE (or 0xF9F1DE) is unknown color: approx Early Dawn. HEX triplet: F9, F1 and DE. RGB value is (249,241,222). Sum of RGB (Red+Green+Blue) = 249+241+222=712 (94% of max value = 765). Red value is 249 (97.66% from 255 or 34.97% from 712); Green value is 241 (94.53% from 255 or 33.85% from 712); Blue value is 222 (87.11% from 255 or 31.18% from 712); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F1DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9F1DE is #060E21. Grayscale: #F1F1F1. Windows color (decimal): -396834 or 14610937. OLE color: 14610937.

HSL color Cylindrical-coordinate representation of color #F9F1DE: hue angle of 42.22º degrees, saturation: 0.69, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F9F1DE is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB249241222-
CMYK00.030.110.02
HSL42.22º69.23%92.35%-
HSV(B)42.22º10.84%97.65%-
XYZ83.7188.3281.74-
YUV241.23117.15133.54-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 34.97%
GREEN value IS 241 (94.53% from 255) = 33.85%
BLUE value IS 222 (87.11% from 255) = 31.18%
R=34.97%
G=33.85%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24924122200.030.110.0242.2269.2392.35
HexF9F1DE03B22a455c
Octal3713613360313252105134
Binary11111001111100011101111001110111010101010001011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9F1DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9F1DE; }

 p { color: rgb(249,241,222); }

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

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

 a { background-color: rgb(249,241,222); }

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

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

 span { border-color: rgb(249,241,222); }

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