Shades of Cumulus #FCFDBB
Tints of Cumulus #FCFDBB
RGB
CMYK
RGB Variations
Color information
#FCFDBB (or 0xFCFDBB) is known color: Cumulus. HEX triplet: FC, FD and BB. RGB value is (252,253,187). Sum of RGB (Red+Green+Blue) = 252+253+187=692 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.42% from 692); Green value is 253 (99.22% from 255 or 36.56% from 692); Blue value is 187 (73.44% from 255 or 27.02% from 692); Max value from RGB is 253 - color contains mainly: green. Hex color #FCFDBB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFDBB is #030244. Grayscale: #F5F5F5. Windows color (decimal): -197189 or 12320252. OLE color: 12320252.
HSL color Cylindrical-coordinate representation of color #FCFDBB: hue angle of 60.91º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FCFDBB is Cyan = 0.00, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 253 | 187 | - |
| CMYK | 0.00 | 0 | 0.26 | 0.01 |
| HSL | 60.91º | 0.94% | 0.86% | - |
| HSV(B) | 60.91º | 0.26% | 0.99% | - |
| XYZ | 84.24 | 94.53 | 60.82 | - |
| YUV | 245.18 | 95.17 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 253 | 187 | 0.00 | 0 | 0.26 | 0.01 | 60.91 | 0.94 | 0.86 |
| Hex | FC | FD | BB | 0 | 0 | 1A | 1 | 3D | 5E | 56 |
| Octal | 374 | 375 | 273 | 0 | 0 | 32 | 1 | 75 | 136 | 126 |
| Binary | 11111100 | 11111101 | 10111011 | 0 | 0 | 11010 | 1 | 111101 | 1011110 | 1010110 |
Color Harmonies of #FCFDBB
Complementary color
Monochromatic Colors of #FCFDBB
Black with #FCFDBB
Text Example
Text Example
White with #FCFDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFDBB; }
p { color: rgb(252,253,187); }
H1.HeaderClassName
{
color: #FCFDBB;
}
.AnyTagClassName
{
color: #FCFDBB;
}
</style>
background-color css
<style>
a { background-color: #FCFDBB; }
a { background-color: rgb(252,253,187); }
div.DivClassName
{
background-color: #FCFDBB;
}
.BgClassName
{
background-color: #FCFDBB;
}
</style>
border-color css
<style>
span { border-color: #FCFDBB; }
span { border-color: rgb(252,253,187); }
td.TdClassName
{
border-color: #FCFDBB;
}
.TagClassName
{
border-color: #FCFDBB;
}
</style>