Shades of Cumulus #FDFABA
Tints of Cumulus #FDFABA
RGB
CMYK
RGB Variations
Color information
#FDFABA (or 0xFDFABA) is known color: Cumulus. HEX triplet: FD, FA and BA. RGB value is (253,250,186). Sum of RGB (Red+Green+Blue) = 253+250+186=689 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.72% from 689); Green value is 250 (98.05% from 255 or 36.28% from 689); Blue value is 186 (73.05% from 255 or 27.00% from 689); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFABA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFABA is #020545. Grayscale: #F3F3F3. Windows color (decimal): -132422 or 12253949. OLE color: 12253949.
HSL color Cylindrical-coordinate representation of color #FDFABA: hue angle of 57.31º 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 #FDFABA is Cyan = 0, Magento = 0.01, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 250 | 186 | - |
| CMYK | 0 | 0.01 | 0.26 | 0.01 |
| HSL | 57.31º | 0.94% | 0.86% | - |
| HSV(B) | 57.31º | 0.26% | 0.99% | - |
| XYZ | 83.56 | 92.8 | 59.96 | - |
| YUV | 243.6 | 95.49 | 134.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 250 | 186 | 0 | 0.01 | 0.26 | 0.01 | 57.31 | 0.94 | 0.86 |
| Hex | FD | FA | BA | 0 | 1 | 1A | 1 | 39 | 5E | 56 |
| Octal | 375 | 372 | 272 | 0 | 1 | 32 | 1 | 71 | 136 | 126 |
| Binary | 11111101 | 11111010 | 10111010 | 0 | 1 | 11010 | 1 | 111001 | 1011110 | 1010110 |
Color Harmonies of #FDFABA
Complementary color
Monochromatic Colors of #FDFABA
Black with #FDFABA
Text Example
Text Example
White with #FDFABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFABA; }
p { color: rgb(253,250,186); }
H1.HeaderClassName
{
color: #FDFABA;
}
.AnyTagClassName
{
color: #FDFABA;
}
</style>
background-color css
<style>
a { background-color: #FDFABA; }
a { background-color: rgb(253,250,186); }
div.DivClassName
{
background-color: #FDFABA;
}
.BgClassName
{
background-color: #FDFABA;
}
</style>
border-color css
<style>
span { border-color: #FDFABA; }
span { border-color: rgb(253,250,186); }
td.TdClassName
{
border-color: #FDFABA;
}
.TagClassName
{
border-color: #FDFABA;
}
</style>