Shades of Cumulus #FDFABD
Tints of Cumulus #FDFABD
RGB
CMYK
RGB Variations
Color information
#FDFABD (or 0xFDFABD) is known color: Cumulus. HEX triplet: FD, FA and BD. RGB value is (253,250,189). Sum of RGB (Red+Green+Blue) = 253+250+189=692 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.56% from 692); Green value is 250 (98.05% from 255 or 36.13% from 692); Blue value is 189 (74.22% from 255 or 27.31% from 692); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFABD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFABD is #020542. Grayscale: #F4F4F4. Windows color (decimal): -132419 or 12450557. OLE color: 12450557.
HSL color Cylindrical-coordinate representation of color #FDFABD: hue angle of 57.19º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FDFABD is Cyan = 0, Magento = 0.01, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 250 | 189 | - |
CMYK | 0 | 0.01 | 0.25 | 0.01 |
HSL | 57.19º | 0.94% | 0.87% | - |
HSV(B) | 57.19º | 0.25% | 0.99% | - |
XYZ | 83.88 | 92.93 | 61.66 | - |
YUV | 243.94 | 96.99 | 134.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 250 | 189 | 0 | 0.01 | 0.25 | 0.01 | 57.19 | 0.94 | 0.87 |
Hex | FD | FA | BD | 0 | 1 | 19 | 1 | 39 | 5E | 57 |
Octal | 375 | 372 | 275 | 0 | 1 | 31 | 1 | 71 | 136 | 127 |
Binary | 11111101 | 11111010 | 10111101 | 0 | 1 | 11001 | 1 | 111001 | 1011110 | 1010111 |
Color Harmonies of #FDFABD
Complementary color
Monochromatic Colors of #FDFABD
Black with #FDFABD
Text Example
Text Example
White with #FDFABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFABD; }
p { color: rgb(253,250,189); }
H1.HeaderClassName
{
color: #FDFABD;
}
.AnyTagClassName
{
color: #FDFABD;
}
</style>
background-color css
<style>
a { background-color: #FDFABD; }
a { background-color: rgb(253,250,189); }
div.DivClassName
{
background-color: #FDFABD;
}
.BgClassName
{
background-color: #FDFABD;
}
</style>
border-color css
<style>
span { border-color: #FDFABD; }
span { border-color: rgb(253,250,189); }
td.TdClassName
{
border-color: #FDFABD;
}
.TagClassName
{
border-color: #FDFABD;
}
</style>