Shades of Cumulus #FAF8BC
Tints of Cumulus #FAF8BC
RGB
CMYK
RGB Variations
Color information
#FAF8BC (or 0xFAF8BC) is known color: Cumulus. HEX triplet: FA, F8 and BC. RGB value is (250,248,188). Sum of RGB (Red+Green+Blue) = 250+248+188=686 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.44% from 686); Green value is 248 (97.27% from 255 or 36.15% from 686); Blue value is 188 (73.83% from 255 or 27.41% from 686); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF8BC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF8BC is #050743. Grayscale: #F2F2F2. Windows color (decimal): -329540 or 12384506. OLE color: 12384506.
HSL color Cylindrical-coordinate representation of color #FAF8BC: hue angle of 58.06º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FAF8BC is Cyan = 0, Magento = 0.01, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 248 | 188 | - |
| CMYK | 0 | 0.01 | 0.25 | 0.02 |
| HSL | 58.06º | 0.86% | 0.86% | - |
| HSV(B) | 58.06º | 0.25% | 0.98% | - |
| XYZ | 82.07 | 91.09 | 60.83 | - |
| YUV | 241.76 | 97.66 | 133.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 248 | 188 | 0 | 0.01 | 0.25 | 0.02 | 58.06 | 0.86 | 0.86 |
| Hex | FA | F8 | BC | 0 | 1 | 19 | 2 | 3A | 56 | 56 |
| Octal | 372 | 370 | 274 | 0 | 1 | 31 | 2 | 72 | 126 | 126 |
| Binary | 11111010 | 11111000 | 10111100 | 0 | 1 | 11001 | 10 | 111010 | 1010110 | 1010110 |
Color Harmonies of #FAF8BC
Complementary color
Monochromatic Colors of #FAF8BC
Black with #FAF8BC
Text Example
Text Example
White with #FAF8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF8BC; }
p { color: rgb(250,248,188); }
H1.HeaderClassName
{
color: #FAF8BC;
}
.AnyTagClassName
{
color: #FAF8BC;
}
</style>
background-color css
<style>
a { background-color: #FAF8BC; }
a { background-color: rgb(250,248,188); }
div.DivClassName
{
background-color: #FAF8BC;
}
.BgClassName
{
background-color: #FAF8BC;
}
</style>
border-color css
<style>
span { border-color: #FAF8BC; }
span { border-color: rgb(250,248,188); }
td.TdClassName
{
border-color: #FAF8BC;
}
.TagClassName
{
border-color: #FAF8BC;
}
</style>