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