#FAF1DB

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

Shades of Early Dawn #FAF1DB

Tints of Early Dawn #FAF1DB

Color information

#FAF1DB (or 0xFAF1DB) is unknown color: approx Early Dawn. HEX triplet: FA, F1 and DB. RGB value is (250,241,219). Sum of RGB (Red+Green+Blue) = 250+241+219=710 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.21% from 710); Green value is 241 (94.53% from 255 or 33.94% from 710); Blue value is 219 (85.94% from 255 or 30.85% from 710); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF1DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF1DB is #050E24. Grayscale: #F1F1F1. Windows color (decimal): -331301 or 14414330. OLE color: 14414330.

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

Color convert

RGB250241219-
CMYK00.040.120.02
HSL42.58º75.61%91.96%-
HSV(B)42.58º12.4%98.04%-
XYZ83.6788.3579.66-
YUV241.18115.48134.29-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.21%
GREEN value IS 241 (94.53% from 255) = 33.94%
BLUE value IS 219 (85.94% from 255) = 30.85%
R=35.21%
G=33.94%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024121900.040.120.0242.5875.6191.96
HexFAF1DB04C22b4c5c
Octal3723613330414253114134
Binary111110101111000111011011010011001010101110011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF1DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF1DB; }

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

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

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

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

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

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

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

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