Shades of Cumulus #FCFABB
Tints of Cumulus #FCFABB
RGB
CMYK
RGB Variations
Color information
#FCFABB (or 0xFCFABB) is known color: Cumulus. HEX triplet: FC, FA and BB. RGB value is (252,250,187). Sum of RGB (Red+Green+Blue) = 252+250+187=689 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.57% from 689); Green value is 250 (98.05% from 255 or 36.28% from 689); Blue value is 187 (73.44% from 255 or 27.14% from 689); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFABB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFABB is #030544. Grayscale: #F3F3F3. Windows color (decimal): -197957 or 12319484. OLE color: 12319484.
HSL color Cylindrical-coordinate representation of color #FCFABB: hue angle of 58.15º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FCFABB is Cyan = 0, Magento = 0.01, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 250 | 187 | - |
| CMYK | 0 | 0.01 | 0.26 | 0.01 |
| HSL | 58.15º | 0.92% | 0.86% | - |
| HSV(B) | 58.15º | 0.26% | 0.99% | - |
| XYZ | 83.3 | 92.65 | 60.51 | - |
| YUV | 243.42 | 96.16 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 250 | 187 | 0 | 0.01 | 0.26 | 0.01 | 58.15 | 0.92 | 0.86 |
| Hex | FC | FA | BB | 0 | 1 | 1A | 1 | 3A | 5C | 56 |
| Octal | 374 | 372 | 273 | 0 | 1 | 32 | 1 | 72 | 134 | 126 |
| Binary | 11111100 | 11111010 | 10111011 | 0 | 1 | 11010 | 1 | 111010 | 1011100 | 1010110 |
Color Harmonies of #FCFABB
Complementary color
Monochromatic Colors of #FCFABB
Black with #FCFABB
Text Example
Text Example
White with #FCFABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFABB; }
p { color: rgb(252,250,187); }
H1.HeaderClassName
{
color: #FCFABB;
}
.AnyTagClassName
{
color: #FCFABB;
}
</style>
background-color css
<style>
a { background-color: #FCFABB; }
a { background-color: rgb(252,250,187); }
div.DivClassName
{
background-color: #FCFABB;
}
.BgClassName
{
background-color: #FCFABB;
}
</style>
border-color css
<style>
span { border-color: #FCFABB; }
span { border-color: rgb(252,250,187); }
td.TdClassName
{
border-color: #FCFABB;
}
.TagClassName
{
border-color: #FCFABB;
}
</style>