Shades of Cumulus #FAF6BE
Tints of Cumulus #FAF6BE
RGB
CMYK
RGB Variations
Color information
#FAF6BE (or 0xFAF6BE) is known color: Cumulus. HEX triplet: FA, F6 and BE. RGB value is (250,246,190). Sum of RGB (Red+Green+Blue) = 250+246+190=686 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.44% from 686); Green value is 246 (96.48% from 255 or 35.86% from 686); Blue value is 190 (74.61% from 255 or 27.70% from 686); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF6BE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF6BE is #050941. Grayscale: #F1F1F1. Windows color (decimal): -330050 or 12515066. OLE color: 12515066.
HSL color Cylindrical-coordinate representation of color #FAF6BE: hue angle of 56º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FAF6BE is Cyan = 0, Magento = 0.02, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 246 | 190 | - |
| CMYK | 0 | 0.02 | 0.24 | 0.02 |
| HSL | 56º | 0.86% | 0.86% | - |
| HSV(B) | 56º | 0.24% | 0.98% | - |
| XYZ | 81.67 | 89.95 | 61.77 | - |
| YUV | 240.81 | 99.33 | 134.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 246 | 190 | 0 | 0.02 | 0.24 | 0.02 | 56 | 0.86 | 0.86 |
| Hex | FA | F6 | BE | 0 | 2 | 18 | 2 | 38 | 56 | 56 |
| Octal | 372 | 366 | 276 | 0 | 2 | 30 | 2 | 70 | 126 | 126 |
| Binary | 11111010 | 11110110 | 10111110 | 0 | 10 | 11000 | 10 | 111000 | 1010110 | 1010110 |
Color Harmonies of #FAF6BE
Complementary color
Monochromatic Colors of #FAF6BE
Black with #FAF6BE
Text Example
Text Example
White with #FAF6BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF6BE; }
p { color: rgb(250,246,190); }
H1.HeaderClassName
{
color: #FAF6BE;
}
.AnyTagClassName
{
color: #FAF6BE;
}
</style>
background-color css
<style>
a { background-color: #FAF6BE; }
a { background-color: rgb(250,246,190); }
div.DivClassName
{
background-color: #FAF6BE;
}
.BgClassName
{
background-color: #FAF6BE;
}
</style>
border-color css
<style>
span { border-color: #FAF6BE; }
span { border-color: rgb(250,246,190); }
td.TdClassName
{
border-color: #FAF6BE;
}
.TagClassName
{
border-color: #FAF6BE;
}
</style>