Shades of Cumulus #FCFCBE
Tints of Cumulus #FCFCBE
RGB
CMYK
RGB Variations
Color information
#FCFCBE (or 0xFCFCBE) is known color: Cumulus. HEX triplet: FC, FC and BE. RGB value is (252,252,190). Sum of RGB (Red+Green+Blue) = 252+252+190=694 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.31% from 694); Green value is 252 (98.83% from 255 or 36.31% from 694); Blue value is 190 (74.61% from 255 or 27.38% from 694); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFCBE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFCBE is #030341. Grayscale: #F5F5F5. Windows color (decimal): -197442 or 12516604. OLE color: 12516604.
HSL color Cylindrical-coordinate representation of color #FCFCBE: hue angle of 60º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FCFCBE is Cyan = 0, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 252 | 190 | - |
| CMYK | 0 | 0 | 0.25 | 0.01 |
| HSL | 60º | 0.91% | 0.87% | - |
| HSV(B) | 60º | 0.25% | 0.99% | - |
| XYZ | 84.25 | 94.03 | 62.43 | - |
| YUV | 244.93 | 97 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 252 | 190 | 0 | 0 | 0.25 | 0.01 | 60 | 0.91 | 0.87 |
| Hex | FC | FC | BE | 0 | 0 | 19 | 1 | 3C | 5B | 57 |
| Octal | 374 | 374 | 276 | 0 | 0 | 31 | 1 | 74 | 133 | 127 |
| Binary | 11111100 | 11111100 | 10111110 | 0 | 0 | 11001 | 1 | 111100 | 1011011 | 1010111 |
Color Harmonies of #FCFCBE
Complementary color
Monochromatic Colors of #FCFCBE
Black with #FCFCBE
Text Example
Text Example
White with #FCFCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFCBE; }
p { color: rgb(252,252,190); }
H1.HeaderClassName
{
color: #FCFCBE;
}
.AnyTagClassName
{
color: #FCFCBE;
}
</style>
background-color css
<style>
a { background-color: #FCFCBE; }
a { background-color: rgb(252,252,190); }
div.DivClassName
{
background-color: #FCFCBE;
}
.BgClassName
{
background-color: #FCFCBE;
}
</style>
border-color css
<style>
span { border-color: #FCFCBE; }
span { border-color: rgb(252,252,190); }
td.TdClassName
{
border-color: #FCFCBE;
}
.TagClassName
{
border-color: #FCFCBE;
}
</style>