Shades of Cumulus #FAF6BD
Tints of Cumulus #FAF6BD
RGB
CMYK
RGB Variations
Color information
#FAF6BD (or 0xFAF6BD) is known color: Cumulus. HEX triplet: FA, F6 and BD. RGB value is (250,246,189). Sum of RGB (Red+Green+Blue) = 250+246+189=685 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.50% from 685); Green value is 246 (96.48% from 255 or 35.91% from 685); Blue value is 189 (74.22% from 255 or 27.59% from 685); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF6BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF6BD is #050942. Grayscale: #F0F0F0. Windows color (decimal): -330051 or 12449530. OLE color: 12449530.
HSL color Cylindrical-coordinate representation of color #FAF6BD: hue angle of 56.07º 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 #FAF6BD is Cyan = 0, Magento = 0.02, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 246 | 189 | - |
| CMYK | 0 | 0.02 | 0.24 | 0.02 |
| HSL | 56.07º | 0.86% | 0.86% | - |
| HSV(B) | 56.07º | 0.24% | 0.98% | - |
| XYZ | 81.57 | 89.91 | 61.2 | - |
| YUV | 240.7 | 98.83 | 134.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 246 | 189 | 0 | 0.02 | 0.24 | 0.02 | 56.07 | 0.86 | 0.86 |
| Hex | FA | F6 | BD | 0 | 2 | 18 | 2 | 38 | 56 | 56 |
| Octal | 372 | 366 | 275 | 0 | 2 | 30 | 2 | 70 | 126 | 126 |
| Binary | 11111010 | 11110110 | 10111101 | 0 | 10 | 11000 | 10 | 111000 | 1010110 | 1010110 |
Color Harmonies of #FAF6BD
Complementary color
Monochromatic Colors of #FAF6BD
Black with #FAF6BD
Text Example
Text Example
White with #FAF6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF6BD; }
p { color: rgb(250,246,189); }
H1.HeaderClassName
{
color: #FAF6BD;
}
.AnyTagClassName
{
color: #FAF6BD;
}
</style>
background-color css
<style>
a { background-color: #FAF6BD; }
a { background-color: rgb(250,246,189); }
div.DivClassName
{
background-color: #FAF6BD;
}
.BgClassName
{
background-color: #FAF6BD;
}
</style>
border-color css
<style>
span { border-color: #FAF6BD; }
span { border-color: rgb(250,246,189); }
td.TdClassName
{
border-color: #FAF6BD;
}
.TagClassName
{
border-color: #FAF6BD;
}
</style>