Shades of Cumulus #FCFAB8
Tints of Cumulus #FCFAB8
RGB
CMYK
RGB Variations
Color information
#FCFAB8 (or 0xFCFAB8) is known color: Cumulus. HEX triplet: FC, FA and B8. RGB value is (252,250,184). Sum of RGB (Red+Green+Blue) = 252+250+184=686 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.73% from 686); Green value is 250 (98.05% from 255 or 36.44% from 686); Blue value is 184 (72.27% from 255 or 26.82% from 686); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFAB8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFAB8 is #030547. Grayscale: #F3F3F3. Windows color (decimal): -197960 or 12122876. OLE color: 12122876.
HSL color Cylindrical-coordinate representation of color #FCFAB8: hue angle of 58.24º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FCFAB8 is Cyan = 0, Magento = 0.01, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 250 | 184 | - |
| CMYK | 0 | 0.01 | 0.27 | 0.01 |
| HSL | 58.24º | 0.92% | 0.85% | - |
| HSV(B) | 58.24º | 0.27% | 0.99% | - |
| XYZ | 82.98 | 92.53 | 58.83 | - |
| YUV | 243.07 | 94.66 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 250 | 184 | 0 | 0.01 | 0.27 | 0.01 | 58.24 | 0.92 | 0.85 |
| Hex | FC | FA | B8 | 0 | 1 | 1B | 1 | 3A | 5C | 55 |
| Octal | 374 | 372 | 270 | 0 | 1 | 33 | 1 | 72 | 134 | 125 |
| Binary | 11111100 | 11111010 | 10111000 | 0 | 1 | 11011 | 1 | 111010 | 1011100 | 1010101 |
Color Harmonies of #FCFAB8
Complementary color
Monochromatic Colors of #FCFAB8
Black with #FCFAB8
Text Example
Text Example
White with #FCFAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFAB8; }
p { color: rgb(252,250,184); }
H1.HeaderClassName
{
color: #FCFAB8;
}
.AnyTagClassName
{
color: #FCFAB8;
}
</style>
background-color css
<style>
a { background-color: #FCFAB8; }
a { background-color: rgb(252,250,184); }
div.DivClassName
{
background-color: #FCFAB8;
}
.BgClassName
{
background-color: #FCFAB8;
}
</style>
border-color css
<style>
span { border-color: #FCFAB8; }
span { border-color: rgb(252,250,184); }
td.TdClassName
{
border-color: #FCFAB8;
}
.TagClassName
{
border-color: #FCFAB8;
}
</style>