Shades of Cumulus #FAF5B7
Tints of Cumulus #FAF5B7
RGB
CMYK
RGB Variations
Color information
#FAF5B7 (or 0xFAF5B7) is known color: Cumulus. HEX triplet: FA, F5 and B7. RGB value is (250,245,183). Sum of RGB (Red+Green+Blue) = 250+245+183=678 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.87% from 678); Green value is 245 (96.09% from 255 or 36.14% from 678); Blue value is 183 (71.88% from 255 or 26.99% from 678); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF5B7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF5B7 is #050A48. Grayscale: #EFEFEF. Windows color (decimal): -330313 or 12056058. OLE color: 12056058.
HSL color Cylindrical-coordinate representation of color #FAF5B7: hue angle of 55.52º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FAF5B7 is Cyan = 0, Magento = 0.02, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 245 | 183 | - |
| CMYK | 0 | 0.02 | 0.27 | 0.02 |
| HSL | 55.52º | 0.87% | 0.85% | - |
| HSV(B) | 55.52º | 0.27% | 0.98% | - |
| XYZ | 80.62 | 89.05 | 57.74 | - |
| YUV | 239.43 | 96.16 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 245 | 183 | 0 | 0.02 | 0.27 | 0.02 | 55.52 | 0.87 | 0.85 |
| Hex | FA | F5 | B7 | 0 | 2 | 1B | 2 | 38 | 57 | 55 |
| Octal | 372 | 365 | 267 | 0 | 2 | 33 | 2 | 70 | 127 | 125 |
| Binary | 11111010 | 11110101 | 10110111 | 0 | 10 | 11011 | 10 | 111000 | 1010111 | 1010101 |
Color Harmonies of #FAF5B7
Complementary color
Monochromatic Colors of #FAF5B7
Black with #FAF5B7
Text Example
Text Example
White with #FAF5B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF5B7; }
p { color: rgb(250,245,183); }
H1.HeaderClassName
{
color: #FAF5B7;
}
.AnyTagClassName
{
color: #FAF5B7;
}
</style>
background-color css
<style>
a { background-color: #FAF5B7; }
a { background-color: rgb(250,245,183); }
div.DivClassName
{
background-color: #FAF5B7;
}
.BgClassName
{
background-color: #FAF5B7;
}
</style>
border-color css
<style>
span { border-color: #FAF5B7; }
span { border-color: rgb(250,245,183); }
td.TdClassName
{
border-color: #FAF5B7;
}
.TagClassName
{
border-color: #FAF5B7;
}
</style>