Shades of Early Dawn #FAF1DB
Tints of Early Dawn #FAF1DB
RGB
CMYK
RGB Variations
Color information
#FAF1DB (or 0xFAF1DB) is known color: 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
| RGB | 250 | 241 | 219 | - |
| CMYK | 0 | 0.04 | 0.12 | 0.02 |
| HSL | 42.58º | 0.76% | 0.92% | - |
| HSV(B) | 42.58º | 0.12% | 0.98% | - |
| XYZ | 83.67 | 88.35 | 79.66 | - |
| YUV | 241.18 | 115.48 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 241 | 219 | 0 | 0.04 | 0.12 | 0.02 | 42.58 | 0.76 | 0.92 |
| Hex | FA | F1 | DB | 0 | 4 | C | 2 | 2B | 4C | 5C |
| Octal | 372 | 361 | 333 | 0 | 4 | 14 | 2 | 53 | 114 | 134 |
| Binary | 11111010 | 11110001 | 11011011 | 0 | 100 | 1100 | 10 | 101011 | 1001100 | 1011100 |
Color Harmonies of #FAF1DB
Complementary color
Monochromatic Colors of #FAF1DB
Black with #FAF1DB
Text Example
Text Example
White with #FAF1DB
Text Example
Text Example
HTML Codes & Css Web 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>