Shades of Cumulus #FCFDBD
Tints of Cumulus #FCFDBD
RGB
CMYK
RGB Variations
Color information
#FCFDBD (or 0xFCFDBD) is known color: Cumulus. HEX triplet: FC, FD and BD. RGB value is (252,253,189). Sum of RGB (Red+Green+Blue) = 252+253+189=694 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.31% from 694); Green value is 253 (99.22% from 255 or 36.46% from 694); Blue value is 189 (74.22% from 255 or 27.23% from 694); Max value from RGB is 253 - color contains mainly: green. Hex color #FCFDBD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFDBD is #030242. Grayscale: #F5F5F5. Windows color (decimal): -197187 or 12451324. OLE color: 12451324.
HSL color Cylindrical-coordinate representation of color #FCFDBD: hue angle of 60.94º degrees, saturation: 0.94, 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 #FCFDBD is Cyan = 0.00, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 253 | 189 | - |
| CMYK | 0.00 | 0 | 0.25 | 0.01 |
| HSL | 60.94º | 0.94% | 0.87% | - |
| HSV(B) | 60.94º | 0.25% | 0.99% | - |
| XYZ | 84.46 | 94.62 | 61.96 | - |
| YUV | 245.41 | 96.17 | 132.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 253 | 189 | 0.00 | 0 | 0.25 | 0.01 | 60.94 | 0.94 | 0.87 |
| Hex | FC | FD | BD | 0 | 0 | 19 | 1 | 3D | 5E | 57 |
| Octal | 374 | 375 | 275 | 0 | 0 | 31 | 1 | 75 | 136 | 127 |
| Binary | 11111100 | 11111101 | 10111101 | 0 | 0 | 11001 | 1 | 111101 | 1011110 | 1010111 |
Color Harmonies of #FCFDBD
Complementary color
Monochromatic Colors of #FCFDBD
Black with #FCFDBD
Text Example
Text Example
White with #FCFDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFDBD; }
p { color: rgb(252,253,189); }
H1.HeaderClassName
{
color: #FCFDBD;
}
.AnyTagClassName
{
color: #FCFDBD;
}
</style>
background-color css
<style>
a { background-color: #FCFDBD; }
a { background-color: rgb(252,253,189); }
div.DivClassName
{
background-color: #FCFDBD;
}
.BgClassName
{
background-color: #FCFDBD;
}
</style>
border-color css
<style>
span { border-color: #FCFDBD; }
span { border-color: rgb(252,253,189); }
td.TdClassName
{
border-color: #FCFDBD;
}
.TagClassName
{
border-color: #FCFDBD;
}
</style>