Shades of Cumulus #FCF6B8
Tints of Cumulus #FCF6B8
RGB
CMYK
RGB Variations
Color information
#FCF6B8 (or 0xFCF6B8) is known color: Cumulus. HEX triplet: FC, F6 and B8. RGB value is (252,246,184). Sum of RGB (Red+Green+Blue) = 252+246+184=682 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.95% from 682); Green value is 246 (96.48% from 255 or 36.07% from 682); Blue value is 184 (72.27% from 255 or 26.98% from 682); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF6B8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF6B8 is #030947. Grayscale: #F0F0F0. Windows color (decimal): -198984 or 12121852. OLE color: 12121852.
HSL color Cylindrical-coordinate representation of color #FCF6B8: hue angle of 54.71º 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 #FCF6B8 is Cyan = 0, Magento = 0.02, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 246 | 184 | - |
| CMYK | 0 | 0.02 | 0.27 | 0.01 |
| HSL | 54.71º | 0.92% | 0.85% | - |
| HSV(B) | 54.71º | 0.27% | 0.99% | - |
| XYZ | 81.75 | 90.07 | 58.42 | - |
| YUV | 240.73 | 95.99 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 246 | 184 | 0 | 0.02 | 0.27 | 0.01 | 54.71 | 0.92 | 0.85 |
| Hex | FC | F6 | B8 | 0 | 2 | 1B | 1 | 37 | 5C | 55 |
| Octal | 374 | 366 | 270 | 0 | 2 | 33 | 1 | 67 | 134 | 125 |
| Binary | 11111100 | 11110110 | 10111000 | 0 | 10 | 11011 | 1 | 110111 | 1011100 | 1010101 |
Color Harmonies of #FCF6B8
Complementary color
Monochromatic Colors of #FCF6B8
Black with #FCF6B8
Text Example
Text Example
White with #FCF6B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF6B8; }
p { color: rgb(252,246,184); }
H1.HeaderClassName
{
color: #FCF6B8;
}
.AnyTagClassName
{
color: #FCF6B8;
}
</style>
background-color css
<style>
a { background-color: #FCF6B8; }
a { background-color: rgb(252,246,184); }
div.DivClassName
{
background-color: #FCF6B8;
}
.BgClassName
{
background-color: #FCF6B8;
}
</style>
border-color css
<style>
span { border-color: #FCF6B8; }
span { border-color: rgb(252,246,184); }
td.TdClassName
{
border-color: #FCF6B8;
}
.TagClassName
{
border-color: #FCF6B8;
}
</style>