Shades of Cumulus #FCFDB6
Tints of Cumulus #FCFDB6
RGB
CMYK
RGB Variations
Color information
#FCFDB6 (or 0xFCFDB6) is known color: Cumulus. HEX triplet: FC, FD and B6. RGB value is (252,253,182). Sum of RGB (Red+Green+Blue) = 252+253+182=687 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.68% from 687); Green value is 253 (99.22% from 255 or 36.83% from 687); Blue value is 182 (71.48% from 255 or 26.49% from 687); Max value from RGB is 253 - color contains mainly: green. Hex color #FCFDB6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFDB6 is #030249. Grayscale: #F4F4F4. Windows color (decimal): -197194 or 11992572. OLE color: 11992572.
HSL color Cylindrical-coordinate representation of color #FCFDB6: hue angle of 60.85º degrees, saturation: 0.95, 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 #FCFDB6 is Cyan = 0.00, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 253 | 182 | - |
| CMYK | 0.00 | 0 | 0.28 | 0.01 |
| HSL | 60.85º | 0.95% | 0.85% | - |
| HSV(B) | 60.85º | 0.28% | 0.99% | - |
| XYZ | 83.71 | 94.32 | 58.05 | - |
| YUV | 244.61 | 92.67 | 133.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 253 | 182 | 0.00 | 0 | 0.28 | 0.01 | 60.85 | 0.95 | 0.85 |
| Hex | FC | FD | B6 | 0 | 0 | 1C | 1 | 3D | 5F | 55 |
| Octal | 374 | 375 | 266 | 0 | 0 | 34 | 1 | 75 | 137 | 125 |
| Binary | 11111100 | 11111101 | 10110110 | 0 | 0 | 11100 | 1 | 111101 | 1011111 | 1010101 |
Color Harmonies of #FCFDB6
Complementary color
Monochromatic Colors of #FCFDB6
Black with #FCFDB6
Text Example
Text Example
White with #FCFDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFDB6; }
p { color: rgb(252,253,182); }
H1.HeaderClassName
{
color: #FCFDB6;
}
.AnyTagClassName
{
color: #FCFDB6;
}
</style>
background-color css
<style>
a { background-color: #FCFDB6; }
a { background-color: rgb(252,253,182); }
div.DivClassName
{
background-color: #FCFDB6;
}
.BgClassName
{
background-color: #FCFDB6;
}
</style>
border-color css
<style>
span { border-color: #FCFDB6; }
span { border-color: rgb(252,253,182); }
td.TdClassName
{
border-color: #FCFDB6;
}
.TagClassName
{
border-color: #FCFDB6;
}
</style>