Shades of Cumulus #FCFCB9
Tints of Cumulus #FCFCB9
RGB
CMYK
RGB Variations
Color information
#FCFCB9 (or 0xFCFCB9) is known color: Cumulus. HEX triplet: FC, FC and B9. RGB value is (252,252,185). Sum of RGB (Red+Green+Blue) = 252+252+185=689 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.57% from 689); Green value is 252 (98.83% from 255 or 36.57% from 689); Blue value is 185 (72.66% from 255 or 26.85% from 689); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFCB9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFCB9 is #030346. Grayscale: #F4F4F4. Windows color (decimal): -197447 or 12188924. OLE color: 12188924.
HSL color Cylindrical-coordinate representation of color #FCFCB9: hue angle of 60º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FCFCB9 is Cyan = 0, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 252 | 185 | - |
CMYK | 0 | 0 | 0.27 | 0.01 |
HSL | 60º | 0.92% | 0.86% | - |
HSV(B) | 60º | 0.27% | 0.99% | - |
XYZ | 83.71 | 93.82 | 59.6 | - |
YUV | 244.36 | 94.5 | 133.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 252 | 185 | 0 | 0 | 0.27 | 0.01 | 60 | 0.92 | 0.86 |
Hex | FC | FC | B9 | 0 | 0 | 1B | 1 | 3C | 5C | 56 |
Octal | 374 | 374 | 271 | 0 | 0 | 33 | 1 | 74 | 134 | 126 |
Binary | 11111100 | 11111100 | 10111001 | 0 | 0 | 11011 | 1 | 111100 | 1011100 | 1010110 |
Color Harmonies of #FCFCB9
Complementary color
Monochromatic Colors of #FCFCB9
Black with #FCFCB9
Text Example
Text Example
White with #FCFCB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFCB9; }
p { color: rgb(252,252,185); }
H1.HeaderClassName
{
color: #FCFCB9;
}
.AnyTagClassName
{
color: #FCFCB9;
}
</style>
background-color css
<style>
a { background-color: #FCFCB9; }
a { background-color: rgb(252,252,185); }
div.DivClassName
{
background-color: #FCFCB9;
}
.BgClassName
{
background-color: #FCFCB9;
}
</style>
border-color css
<style>
span { border-color: #FCFCB9; }
span { border-color: rgb(252,252,185); }
td.TdClassName
{
border-color: #FCFCB9;
}
.TagClassName
{
border-color: #FCFCB9;
}
</style>