Shades of Cumulus #FDFABC
Tints of Cumulus #FDFABC
RGB
CMYK
RGB Variations
Color information
#FDFABC (or 0xFDFABC) is known color: Cumulus. HEX triplet: FD, FA and BC. RGB value is (253,250,188). Sum of RGB (Red+Green+Blue) = 253+250+188=691 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.61% from 691); Green value is 250 (98.05% from 255 or 36.18% from 691); Blue value is 188 (73.83% from 255 or 27.21% from 691); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFABC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFABC is #020543. Grayscale: #F4F4F4. Windows color (decimal): -132420 or 12385021. OLE color: 12385021.
HSL color Cylindrical-coordinate representation of color #FDFABC: hue angle of 57.23º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FDFABC is Cyan = 0, Magento = 0.01, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 250 | 188 | - |
| CMYK | 0 | 0.01 | 0.26 | 0.01 |
| HSL | 57.23º | 0.94% | 0.86% | - |
| HSV(B) | 57.23º | 0.26% | 0.99% | - |
| XYZ | 83.77 | 92.88 | 61.09 | - |
| YUV | 243.83 | 96.49 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 250 | 188 | 0 | 0.01 | 0.26 | 0.01 | 57.23 | 0.94 | 0.86 |
| Hex | FD | FA | BC | 0 | 1 | 1A | 1 | 39 | 5E | 56 |
| Octal | 375 | 372 | 274 | 0 | 1 | 32 | 1 | 71 | 136 | 126 |
| Binary | 11111101 | 11111010 | 10111100 | 0 | 1 | 11010 | 1 | 111001 | 1011110 | 1010110 |
Color Harmonies of #FDFABC
Complementary color
Monochromatic Colors of #FDFABC
Black with #FDFABC
Text Example
Text Example
White with #FDFABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFABC; }
p { color: rgb(253,250,188); }
H1.HeaderClassName
{
color: #FDFABC;
}
.AnyTagClassName
{
color: #FDFABC;
}
</style>
background-color css
<style>
a { background-color: #FDFABC; }
a { background-color: rgb(253,250,188); }
div.DivClassName
{
background-color: #FDFABC;
}
.BgClassName
{
background-color: #FDFABC;
}
</style>
border-color css
<style>
span { border-color: #FDFABC; }
span { border-color: rgb(253,250,188); }
td.TdClassName
{
border-color: #FDFABC;
}
.TagClassName
{
border-color: #FDFABC;
}
</style>