Shades of Cumulus #FDFBC2
Tints of Cumulus #FDFBC2
RGB
CMYK
RGB Variations
Color information
#FDFBC2 (or 0xFDFBC2) is known color: Cumulus. HEX triplet: FD, FB and C2. RGB value is (253,251,194). Sum of RGB (Red+Green+Blue) = 253+251+194=698 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.25% from 698); Green value is 251 (98.44% from 255 or 35.96% from 698); Blue value is 194 (76.17% from 255 or 27.79% from 698); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFBC2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFBC2 is #02043D. Grayscale: #F5F5F5. Windows color (decimal): -132158 or 12778493. OLE color: 12778493.
HSL color Cylindrical-coordinate representation of color #FDFBC2: hue angle of 57.97º degrees, saturation: 0.94, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FDFBC2 is Cyan = 0, Magento = 0.01, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 251 | 194 | - |
| CMYK | 0 | 0.01 | 0.23 | 0.01 |
| HSL | 57.97º | 0.94% | 0.88% | - |
| HSV(B) | 57.97º | 0.23% | 0.99% | - |
| XYZ | 84.74 | 93.77 | 64.67 | - |
| YUV | 245.1 | 99.16 | 133.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 251 | 194 | 0 | 0.01 | 0.23 | 0.01 | 57.97 | 0.94 | 0.88 |
| Hex | FD | FB | C2 | 0 | 1 | 17 | 1 | 3A | 5E | 58 |
| Octal | 375 | 373 | 302 | 0 | 1 | 27 | 1 | 72 | 136 | 130 |
| Binary | 11111101 | 11111011 | 11000010 | 0 | 1 | 10111 | 1 | 111010 | 1011110 | 1011000 |
Color Harmonies of #FDFBC2
Complementary color
Monochromatic Colors of #FDFBC2
Black with #FDFBC2
Text Example
Text Example
White with #FDFBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFBC2; }
p { color: rgb(253,251,194); }
H1.HeaderClassName
{
color: #FDFBC2;
}
.AnyTagClassName
{
color: #FDFBC2;
}
</style>
background-color css
<style>
a { background-color: #FDFBC2; }
a { background-color: rgb(253,251,194); }
div.DivClassName
{
background-color: #FDFBC2;
}
.BgClassName
{
background-color: #FDFBC2;
}
</style>
border-color css
<style>
span { border-color: #FDFBC2; }
span { border-color: rgb(253,251,194); }
td.TdClassName
{
border-color: #FDFBC2;
}
.TagClassName
{
border-color: #FDFBC2;
}
</style>