Shades of Cumulus #FCFAB6
Tints of Cumulus #FCFAB6
RGB
CMYK
RGB Variations
Color information
#FCFAB6 (or 0xFCFAB6) is known color: Cumulus. HEX triplet: FC, FA and B6. RGB value is (252,250,182). Sum of RGB (Red+Green+Blue) = 252+250+182=684 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.84% from 684); Green value is 250 (98.05% from 255 or 36.55% from 684); Blue value is 182 (71.48% from 255 or 26.61% from 684); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFAB6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFAB6 is #030549. Grayscale: #F3F3F3. Windows color (decimal): -197962 or 11991804. OLE color: 11991804.
HSL color Cylindrical-coordinate representation of color #FCFAB6: hue angle of 58.29º degrees, saturation: 0.92, 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 #FCFAB6 is Cyan = 0, Magento = 0.01, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 250 | 182 | - |
| CMYK | 0 | 0.01 | 0.28 | 0.01 |
| HSL | 58.29º | 0.92% | 0.85% | - |
| HSV(B) | 58.29º | 0.28% | 0.99% | - |
| XYZ | 82.77 | 92.44 | 57.74 | - |
| YUV | 242.85 | 93.66 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 250 | 182 | 0 | 0.01 | 0.28 | 0.01 | 58.29 | 0.92 | 0.85 |
| Hex | FC | FA | B6 | 0 | 1 | 1C | 1 | 3A | 5C | 55 |
| Octal | 374 | 372 | 266 | 0 | 1 | 34 | 1 | 72 | 134 | 125 |
| Binary | 11111100 | 11111010 | 10110110 | 0 | 1 | 11100 | 1 | 111010 | 1011100 | 1010101 |
Color Harmonies of #FCFAB6
Complementary color
Monochromatic Colors of #FCFAB6
Black with #FCFAB6
Text Example
Text Example
White with #FCFAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFAB6; }
p { color: rgb(252,250,182); }
H1.HeaderClassName
{
color: #FCFAB6;
}
.AnyTagClassName
{
color: #FCFAB6;
}
</style>
background-color css
<style>
a { background-color: #FCFAB6; }
a { background-color: rgb(252,250,182); }
div.DivClassName
{
background-color: #FCFAB6;
}
.BgClassName
{
background-color: #FCFAB6;
}
</style>
border-color css
<style>
span { border-color: #FCFAB6; }
span { border-color: rgb(252,250,182); }
td.TdClassName
{
border-color: #FCFAB6;
}
.TagClassName
{
border-color: #FCFAB6;
}
</style>