Shades of Cumulus #FCFDB7
Tints of Cumulus #FCFDB7
RGB
CMYK
RGB Variations
Color information
#FCFDB7 (or 0xFCFDB7) is known color: Cumulus. HEX triplet: FC, FD and B7. RGB value is (252,253,183). Sum of RGB (Red+Green+Blue) = 252+253+183=688 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.63% from 688); Green value is 253 (99.22% from 255 or 36.77% from 688); Blue value is 183 (71.88% from 255 or 26.60% from 688); Max value from RGB is 253 - color contains mainly: green. Hex color #FCFDB7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFDB7 is #030248. Grayscale: #F4F4F4. Windows color (decimal): -197193 or 12058108. OLE color: 12058108.
HSL color Cylindrical-coordinate representation of color #FCFDB7: hue angle of 60.86º 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 #FCFDB7 is Cyan = 0.00, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 253 | 183 | - |
| CMYK | 0.00 | 0 | 0.28 | 0.01 |
| HSL | 60.86º | 0.95% | 0.85% | - |
| HSV(B) | 60.86º | 0.28% | 0.99% | - |
| XYZ | 83.82 | 94.36 | 58.6 | - |
| YUV | 244.72 | 93.17 | 133.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 253 | 183 | 0.00 | 0 | 0.28 | 0.01 | 60.86 | 0.95 | 0.85 |
| Hex | FC | FD | B7 | 0 | 0 | 1C | 1 | 3D | 5F | 55 |
| Octal | 374 | 375 | 267 | 0 | 0 | 34 | 1 | 75 | 137 | 125 |
| Binary | 11111100 | 11111101 | 10110111 | 0 | 0 | 11100 | 1 | 111101 | 1011111 | 1010101 |
Color Harmonies of #FCFDB7
Complementary color
Monochromatic Colors of #FCFDB7
Black with #FCFDB7
Text Example
Text Example
White with #FCFDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFDB7; }
p { color: rgb(252,253,183); }
H1.HeaderClassName
{
color: #FCFDB7;
}
.AnyTagClassName
{
color: #FCFDB7;
}
</style>
background-color css
<style>
a { background-color: #FCFDB7; }
a { background-color: rgb(252,253,183); }
div.DivClassName
{
background-color: #FCFDB7;
}
.BgClassName
{
background-color: #FCFDB7;
}
</style>
border-color css
<style>
span { border-color: #FCFDB7; }
span { border-color: rgb(252,253,183); }
td.TdClassName
{
border-color: #FCFDB7;
}
.TagClassName
{
border-color: #FCFDB7;
}
</style>