Shades of Cumulus #FCFDBC
Tints of Cumulus #FCFDBC
RGB
CMYK
RGB Variations
Color information
#FCFDBC (or 0xFCFDBC) is known color: Cumulus. HEX triplet: FC, FD and BC. RGB value is (252,253,188). Sum of RGB (Red+Green+Blue) = 252+253+188=693 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.36% from 693); Green value is 253 (99.22% from 255 or 36.51% from 693); Blue value is 188 (73.83% from 255 or 27.13% from 693); Max value from RGB is 253 - color contains mainly: green. Hex color #FCFDBC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFDBC is #030243. Grayscale: #F5F5F5. Windows color (decimal): -197188 or 12385788. OLE color: 12385788.
HSL color Cylindrical-coordinate representation of color #FCFDBC: hue angle of 60.92º 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 #FCFDBC is Cyan = 0.00, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 253 | 188 | - |
| CMYK | 0.00 | 0 | 0.26 | 0.01 |
| HSL | 60.92º | 0.94% | 0.86% | - |
| HSV(B) | 60.92º | 0.26% | 0.99% | - |
| XYZ | 84.35 | 94.58 | 61.39 | - |
| YUV | 245.29 | 95.67 | 132.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 253 | 188 | 0.00 | 0 | 0.26 | 0.01 | 60.92 | 0.94 | 0.86 |
| Hex | FC | FD | BC | 0 | 0 | 1A | 1 | 3D | 5E | 56 |
| Octal | 374 | 375 | 274 | 0 | 0 | 32 | 1 | 75 | 136 | 126 |
| Binary | 11111100 | 11111101 | 10111100 | 0 | 0 | 11010 | 1 | 111101 | 1011110 | 1010110 |
Color Harmonies of #FCFDBC
Complementary color
Monochromatic Colors of #FCFDBC
Black with #FCFDBC
Text Example
Text Example
White with #FCFDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFDBC; }
p { color: rgb(252,253,188); }
H1.HeaderClassName
{
color: #FCFDBC;
}
.AnyTagClassName
{
color: #FCFDBC;
}
</style>
background-color css
<style>
a { background-color: #FCFDBC; }
a { background-color: rgb(252,253,188); }
div.DivClassName
{
background-color: #FCFDBC;
}
.BgClassName
{
background-color: #FCFDBC;
}
</style>
border-color css
<style>
span { border-color: #FCFDBC; }
span { border-color: rgb(252,253,188); }
td.TdClassName
{
border-color: #FCFDBC;
}
.TagClassName
{
border-color: #FCFDBC;
}
</style>