Shades of Cumulus #FAFBBD
Tints of Cumulus #FAFBBD
RGB
CMYK
RGB Variations
Color information
#FAFBBD (or 0xFAFBBD) is known color: Cumulus. HEX triplet: FA, FB and BD. RGB value is (250,251,189). Sum of RGB (Red+Green+Blue) = 250+251+189=690 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.23% from 690); Green value is 251 (98.44% from 255 or 36.38% from 690); Blue value is 189 (74.22% from 255 or 27.39% from 690); Max value from RGB is 251 - color contains mainly: green. Hex color #FAFBBD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFBBD is #050442. Grayscale: #F3F3F3. Windows color (decimal): -328771 or 12450810. OLE color: 12450810.
HSL color Cylindrical-coordinate representation of color #FAFBBD: hue angle of 60.97º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FAFBBD is Cyan = 0.00, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 251 | 189 | - |
| CMYK | 0.00 | 0 | 0.25 | 0.02 |
| HSL | 60.97º | 0.89% | 0.86% | - |
| HSV(B) | 60.97º | 0.25% | 0.98% | - |
| XYZ | 83.11 | 92.99 | 61.71 | - |
| YUV | 243.63 | 97.17 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 251 | 189 | 0.00 | 0 | 0.25 | 0.02 | 60.97 | 0.89 | 0.86 |
| Hex | FA | FB | BD | 0 | 0 | 19 | 2 | 3D | 59 | 56 |
| Octal | 372 | 373 | 275 | 0 | 0 | 31 | 2 | 75 | 131 | 126 |
| Binary | 11111010 | 11111011 | 10111101 | 0 | 0 | 11001 | 10 | 111101 | 1011001 | 1010110 |
Color Harmonies of #FAFBBD
Complementary color
Monochromatic Colors of #FAFBBD
Black with #FAFBBD
Text Example
Text Example
White with #FAFBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFBBD; }
p { color: rgb(250,251,189); }
H1.HeaderClassName
{
color: #FAFBBD;
}
.AnyTagClassName
{
color: #FAFBBD;
}
</style>
background-color css
<style>
a { background-color: #FAFBBD; }
a { background-color: rgb(250,251,189); }
div.DivClassName
{
background-color: #FAFBBD;
}
.BgClassName
{
background-color: #FAFBBD;
}
</style>
border-color css
<style>
span { border-color: #FAFBBD; }
span { border-color: rgb(250,251,189); }
td.TdClassName
{
border-color: #FAFBBD;
}
.TagClassName
{
border-color: #FAFBBD;
}
</style>