Shades of Cumulus #FCFBB6
Tints of Cumulus #FCFBB6
RGB
CMYK
RGB Variations
Color information
#FCFBB6 (or 0xFCFBB6) is known color: Cumulus. HEX triplet: FC, FB and B6. RGB value is (252,251,182). Sum of RGB (Red+Green+Blue) = 252+251+182=685 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.79% from 685); Green value is 251 (98.44% from 255 or 36.64% from 685); Blue value is 182 (71.48% from 255 or 26.57% from 685); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFBB6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFBB6 is #030449. Grayscale: #F3F3F3. Windows color (decimal): -197706 or 11992060. OLE color: 11992060.
HSL color Cylindrical-coordinate representation of color #FCFBB6: hue angle of 59.14º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FCFBB6 is Cyan = 0, Magento = 0.00, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 251 | 182 | - |
| CMYK | 0 | 0.00 | 0.28 | 0.01 |
| HSL | 59.14º | 0.92% | 0.85% | - |
| HSV(B) | 59.14º | 0.28% | 0.99% | - |
| XYZ | 83.09 | 93.07 | 57.84 | - |
| YUV | 243.43 | 93.33 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 251 | 182 | 0 | 0.00 | 0.28 | 0.01 | 59.14 | 0.92 | 0.85 |
| Hex | FC | FB | B6 | 0 | 0 | 1C | 1 | 3B | 5C | 55 |
| Octal | 374 | 373 | 266 | 0 | 0 | 34 | 1 | 73 | 134 | 125 |
| Binary | 11111100 | 11111011 | 10110110 | 0 | 0 | 11100 | 1 | 111011 | 1011100 | 1010101 |
Color Harmonies of #FCFBB6
Complementary color
Monochromatic Colors of #FCFBB6
Black with #FCFBB6
Text Example
Text Example
White with #FCFBB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFBB6; }
p { color: rgb(252,251,182); }
H1.HeaderClassName
{
color: #FCFBB6;
}
.AnyTagClassName
{
color: #FCFBB6;
}
</style>
background-color css
<style>
a { background-color: #FCFBB6; }
a { background-color: rgb(252,251,182); }
div.DivClassName
{
background-color: #FCFBB6;
}
.BgClassName
{
background-color: #FCFBB6;
}
</style>
border-color css
<style>
span { border-color: #FCFBB6; }
span { border-color: rgb(252,251,182); }
td.TdClassName
{
border-color: #FCFBB6;
}
.TagClassName
{
border-color: #FCFBB6;
}
</style>