Shades of Cumulus #FDFCB8
Tints of Cumulus #FDFCB8
RGB
CMYK
RGB Variations
Color information
#FDFCB8 (or 0xFDFCB8) is known color: Cumulus. HEX triplet: FD, FC and B8. RGB value is (253,252,184). Sum of RGB (Red+Green+Blue) = 253+252+184=689 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.72% from 689); Green value is 252 (98.83% from 255 or 36.57% from 689); Blue value is 184 (72.27% from 255 or 26.71% from 689); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFCB8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFCB8 is #020347. Grayscale: #F4F4F4. Windows color (decimal): -131912 or 12123389. OLE color: 12123389.
HSL color Cylindrical-coordinate representation of color #FDFCB8: hue angle of 59.13º degrees, saturation: 0.95, 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 #FDFCB8 is Cyan = 0, Magento = 0.00, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 252 | 184 | - |
CMYK | 0 | 0.00 | 0.27 | 0.01 |
HSL | 59.13º | 0.95% | 0.86% | - |
HSV(B) | 59.13º | 0.27% | 0.99% | - |
XYZ | 83.97 | 93.96 | 59.06 | - |
YUV | 244.55 | 93.83 | 134.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 252 | 184 | 0 | 0.00 | 0.27 | 0.01 | 59.13 | 0.95 | 0.86 |
Hex | FD | FC | B8 | 0 | 0 | 1B | 1 | 3B | 5F | 56 |
Octal | 375 | 374 | 270 | 0 | 0 | 33 | 1 | 73 | 137 | 126 |
Binary | 11111101 | 11111100 | 10111000 | 0 | 0 | 11011 | 1 | 111011 | 1011111 | 1010110 |
Color Harmonies of #FDFCB8
Complementary color
Monochromatic Colors of #FDFCB8
Black with #FDFCB8
Text Example
Text Example
White with #FDFCB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFCB8; }
p { color: rgb(253,252,184); }
H1.HeaderClassName
{
color: #FDFCB8;
}
.AnyTagClassName
{
color: #FDFCB8;
}
</style>
background-color css
<style>
a { background-color: #FDFCB8; }
a { background-color: rgb(253,252,184); }
div.DivClassName
{
background-color: #FDFCB8;
}
.BgClassName
{
background-color: #FDFCB8;
}
</style>
border-color css
<style>
span { border-color: #FDFCB8; }
span { border-color: rgb(253,252,184); }
td.TdClassName
{
border-color: #FDFCB8;
}
.TagClassName
{
border-color: #FDFCB8;
}
</style>