Shades of Cumulus #FCFBC3
Tints of Cumulus #FCFBC3
RGB
CMYK
RGB Variations
Color information
#FCFBC3 (or 0xFCFBC3) is known color: Cumulus. HEX triplet: FC, FB and C3. RGB value is (252,251,195). Sum of RGB (Red+Green+Blue) = 252+251+195=698 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.10% from 698); Green value is 251 (98.44% from 255 or 35.96% from 698); Blue value is 195 (76.56% from 255 or 27.94% from 698); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFBC3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFBC3 is #03043C. Grayscale: #F5F5F5. Windows color (decimal): -197693 or 12844028. OLE color: 12844028.
HSL color Cylindrical-coordinate representation of color #FCFBC3: hue angle of 58.95º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FCFBC3 is Cyan = 0, Magento = 0.00, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 251 | 195 | - |
| CMYK | 0 | 0.00 | 0.23 | 0.01 |
| HSL | 58.95º | 0.9% | 0.88% | - |
| HSV(B) | 58.95º | 0.23% | 0.99% | - |
| XYZ | 84.49 | 93.63 | 65.25 | - |
| YUV | 244.92 | 99.83 | 133.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 251 | 195 | 0 | 0.00 | 0.23 | 0.01 | 58.95 | 0.9 | 0.88 |
| Hex | FC | FB | C3 | 0 | 0 | 17 | 1 | 3B | 5A | 58 |
| Octal | 374 | 373 | 303 | 0 | 0 | 27 | 1 | 73 | 132 | 130 |
| Binary | 11111100 | 11111011 | 11000011 | 0 | 0 | 10111 | 1 | 111011 | 1011010 | 1011000 |
Color Harmonies of #FCFBC3
Complementary color
Monochromatic Colors of #FCFBC3
Black with #FCFBC3
Text Example
Text Example
White with #FCFBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFBC3; }
p { color: rgb(252,251,195); }
H1.HeaderClassName
{
color: #FCFBC3;
}
.AnyTagClassName
{
color: #FCFBC3;
}
</style>
background-color css
<style>
a { background-color: #FCFBC3; }
a { background-color: rgb(252,251,195); }
div.DivClassName
{
background-color: #FCFBC3;
}
.BgClassName
{
background-color: #FCFBC3;
}
</style>
border-color css
<style>
span { border-color: #FCFBC3; }
span { border-color: rgb(252,251,195); }
td.TdClassName
{
border-color: #FCFBC3;
}
.TagClassName
{
border-color: #FCFBC3;
}
</style>