Shades of Cumulus #FAF8BD
Tints of Cumulus #FAF8BD
RGB
CMYK
RGB Variations
Color information
#FAF8BD (or 0xFAF8BD) is known color: Cumulus. HEX triplet: FA, F8 and BD. RGB value is (250,248,189). Sum of RGB (Red+Green+Blue) = 250+248+189=687 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.39% from 687); Green value is 248 (97.27% from 255 or 36.10% from 687); Blue value is 189 (74.22% from 255 or 27.51% from 687); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF8BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF8BD is #050742. Grayscale: #F2F2F2. Windows color (decimal): -329539 or 12450042. OLE color: 12450042.
HSL color Cylindrical-coordinate representation of color #FAF8BD: hue angle of 58.03º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FAF8BD is Cyan = 0, Magento = 0.01, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 248 | 189 | - |
| CMYK | 0 | 0.01 | 0.24 | 0.02 |
| HSL | 58.03º | 0.86% | 0.86% | - |
| HSV(B) | 58.03º | 0.24% | 0.98% | - |
| XYZ | 82.18 | 91.13 | 61.4 | - |
| YUV | 241.87 | 98.16 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 248 | 189 | 0 | 0.01 | 0.24 | 0.02 | 58.03 | 0.86 | 0.86 |
| Hex | FA | F8 | BD | 0 | 1 | 18 | 2 | 3A | 56 | 56 |
| Octal | 372 | 370 | 275 | 0 | 1 | 30 | 2 | 72 | 126 | 126 |
| Binary | 11111010 | 11111000 | 10111101 | 0 | 1 | 11000 | 10 | 111010 | 1010110 | 1010110 |
Color Harmonies of #FAF8BD
Complementary color
Monochromatic Colors of #FAF8BD
Black with #FAF8BD
Text Example
Text Example
White with #FAF8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF8BD; }
p { color: rgb(250,248,189); }
H1.HeaderClassName
{
color: #FAF8BD;
}
.AnyTagClassName
{
color: #FAF8BD;
}
</style>
background-color css
<style>
a { background-color: #FAF8BD; }
a { background-color: rgb(250,248,189); }
div.DivClassName
{
background-color: #FAF8BD;
}
.BgClassName
{
background-color: #FAF8BD;
}
</style>
border-color css
<style>
span { border-color: #FAF8BD; }
span { border-color: rgb(250,248,189); }
td.TdClassName
{
border-color: #FAF8BD;
}
.TagClassName
{
border-color: #FAF8BD;
}
</style>