Shades of Cumulus #FDFAB7
Tints of Cumulus #FDFAB7
RGB
CMYK
RGB Variations
Color information
#FDFAB7 (or 0xFDFAB7) is known color: Cumulus. HEX triplet: FD, FA and B7. RGB value is (253,250,183). Sum of RGB (Red+Green+Blue) = 253+250+183=686 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.88% from 686); Green value is 250 (98.05% from 255 or 36.44% from 686); Blue value is 183 (71.88% from 255 or 26.68% from 686); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFAB7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFAB7 is #020548. Grayscale: #F3F3F3. Windows color (decimal): -132425 or 12057341. OLE color: 12057341.
HSL color Cylindrical-coordinate representation of color #FDFAB7: hue angle of 57.43º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FDFAB7 is Cyan = 0, Magento = 0.01, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 250 | 183 | - |
| CMYK | 0 | 0.01 | 0.28 | 0.01 |
| HSL | 57.43º | 0.95% | 0.85% | - |
| HSV(B) | 57.43º | 0.28% | 0.99% | - |
| XYZ | 83.24 | 92.67 | 58.3 | - |
| YUV | 243.26 | 93.99 | 134.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 250 | 183 | 0 | 0.01 | 0.28 | 0.01 | 57.43 | 0.95 | 0.85 |
| Hex | FD | FA | B7 | 0 | 1 | 1C | 1 | 39 | 5F | 55 |
| Octal | 375 | 372 | 267 | 0 | 1 | 34 | 1 | 71 | 137 | 125 |
| Binary | 11111101 | 11111010 | 10110111 | 0 | 1 | 11100 | 1 | 111001 | 1011111 | 1010101 |
Color Harmonies of #FDFAB7
Complementary color
Monochromatic Colors of #FDFAB7
Black with #FDFAB7
Text Example
Text Example
White with #FDFAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFAB7; }
p { color: rgb(253,250,183); }
H1.HeaderClassName
{
color: #FDFAB7;
}
.AnyTagClassName
{
color: #FDFAB7;
}
</style>
background-color css
<style>
a { background-color: #FDFAB7; }
a { background-color: rgb(253,250,183); }
div.DivClassName
{
background-color: #FDFAB7;
}
.BgClassName
{
background-color: #FDFAB7;
}
</style>
border-color css
<style>
span { border-color: #FDFAB7; }
span { border-color: rgb(253,250,183); }
td.TdClassName
{
border-color: #FDFAB7;
}
.TagClassName
{
border-color: #FDFAB7;
}
</style>