Shades of Cumulus #FCFDB9
Tints of Cumulus #FCFDB9
RGB
CMYK
RGB Variations
Color information
#FCFDB9 (or 0xFCFDB9) is known color: Cumulus. HEX triplet: FC, FD and B9. RGB value is (252,253,185). Sum of RGB (Red+Green+Blue) = 252+253+185=690 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.52% from 690); Green value is 253 (99.22% from 255 or 36.67% from 690); Blue value is 185 (72.66% from 255 or 26.81% from 690); Max value from RGB is 253 - color contains mainly: green. Hex color #FCFDB9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFDB9 is #030246. Grayscale: #F5F5F5. Windows color (decimal): -197191 or 12189180. OLE color: 12189180.
HSL color Cylindrical-coordinate representation of color #FCFDB9: hue angle of 60.88º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FCFDB9 is Cyan = 0.00, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 253 | 185 | - |
CMYK | 0.00 | 0 | 0.27 | 0.01 |
HSL | 60.88º | 0.94% | 0.86% | - |
HSV(B) | 60.88º | 0.27% | 0.99% | - |
XYZ | 84.03 | 94.45 | 59.7 | - |
YUV | 244.95 | 94.17 | 133.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 253 | 185 | 0.00 | 0 | 0.27 | 0.01 | 60.88 | 0.94 | 0.86 |
Hex | FC | FD | B9 | 0 | 0 | 1B | 1 | 3D | 5E | 56 |
Octal | 374 | 375 | 271 | 0 | 0 | 33 | 1 | 75 | 136 | 126 |
Binary | 11111100 | 11111101 | 10111001 | 0 | 0 | 11011 | 1 | 111101 | 1011110 | 1010110 |
Color Harmonies of #FCFDB9
Complementary color
Monochromatic Colors of #FCFDB9
Black with #FCFDB9
Text Example
Text Example
White with #FCFDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFDB9; }
p { color: rgb(252,253,185); }
H1.HeaderClassName
{
color: #FCFDB9;
}
.AnyTagClassName
{
color: #FCFDB9;
}
</style>
background-color css
<style>
a { background-color: #FCFDB9; }
a { background-color: rgb(252,253,185); }
div.DivClassName
{
background-color: #FCFDB9;
}
.BgClassName
{
background-color: #FCFDB9;
}
</style>
border-color css
<style>
span { border-color: #FCFDB9; }
span { border-color: rgb(252,253,185); }
td.TdClassName
{
border-color: #FCFDB9;
}
.TagClassName
{
border-color: #FCFDB9;
}
</style>