#FAF1DE

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

Shades of Early Dawn #FAF1DE

Tints of Early Dawn #FAF1DE

Color information

#FAF1DE (or 0xFAF1DE) is unknown color: approx Early Dawn. HEX triplet: FA, F1 and DE. RGB value is (250,241,222). Sum of RGB (Red+Green+Blue) = 250+241+222=713 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.06% from 713); Green value is 241 (94.53% from 255 or 33.80% from 713); Blue value is 222 (87.11% from 255 or 31.14% from 713); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF1DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF1DE is #050E21. Grayscale: #F1F1F1. Windows color (decimal): -331298 or 14610938. OLE color: 14610938.

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

Color convert

RGB250241222-
CMYK00.040.110.02
HSL40.71º73.68%92.55%-
HSV(B)40.71º11.2%98.04%-
XYZ84.0688.5181.76-
YUV241.52116.98134.04-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.06%
GREEN value IS 241 (94.53% from 255) = 33.80%
BLUE value IS 222 (87.11% from 255) = 31.14%
R=35.06%
G=33.80%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024122200.040.110.0240.7173.6892.55
HexFAF1DE04B2294a5d
Octal3723613360413251112135
Binary111110101111000111011110010010111010100110010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF1DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF1DE; }

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

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

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

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

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

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

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

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