Shades of Early Dawn #FBF3DF
Tints of Early Dawn #FBF3DF
RGB
CMYK
RGB Variations
Color information
#FBF3DF (or 0xFBF3DF) is known color: Early Dawn. HEX triplet: FB, F3 and DF. RGB value is (251,243,223). Sum of RGB (Red+Green+Blue) = 251+243+223=717 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.01% from 717); Green value is 243 (95.31% from 255 or 33.89% from 717); Blue value is 223 (87.5% from 255 or 31.10% from 717); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF3DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF3DF is #040C20. Grayscale: #F3F3F3. Windows color (decimal): -265249 or 14676987. OLE color: 14676987.
HSL color Cylindrical-coordinate representation of color #FBF3DF: hue angle of 42.86º degrees, saturation: 0.78, 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 #FBF3DF is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 243 | 223 | - |
| CMYK | 0 | 0.03 | 0.11 | 0.02 |
| HSL | 42.86º | 0.78% | 0.93% | - |
| HSV(B) | 42.86º | 0.11% | 0.98% | - |
| XYZ | 85.15 | 89.94 | 82.68 | - |
| YUV | 243.11 | 116.65 | 133.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 243 | 223 | 0 | 0.03 | 0.11 | 0.02 | 42.86 | 0.78 | 0.93 |
| Hex | FB | F3 | DF | 0 | 3 | B | 2 | 2B | 4E | 5D |
| Octal | 373 | 363 | 337 | 0 | 3 | 13 | 2 | 53 | 116 | 135 |
| Binary | 11111011 | 11110011 | 11011111 | 0 | 11 | 1011 | 10 | 101011 | 1001110 | 1011101 |
Color Harmonies of #FBF3DF
Complementary color
Monochromatic Colors of #FBF3DF
Black with #FBF3DF
Text Example
Text Example
White with #FBF3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF3DF; }
p { color: rgb(251,243,223); }
H1.HeaderClassName
{
color: #FBF3DF;
}
.AnyTagClassName
{
color: #FBF3DF;
}
</style>
background-color css
<style>
a { background-color: #FBF3DF; }
a { background-color: rgb(251,243,223); }
div.DivClassName
{
background-color: #FBF3DF;
}
.BgClassName
{
background-color: #FBF3DF;
}
</style>
border-color css
<style>
span { border-color: #FBF3DF; }
span { border-color: rgb(251,243,223); }
td.TdClassName
{
border-color: #FBF3DF;
}
.TagClassName
{
border-color: #FBF3DF;
}
</style>