Shades of Cumulus #FCFABF
Tints of Cumulus #FCFABF
RGB
CMYK
RGB Variations
Color information
#FCFABF (or 0xFCFABF) is known color: Cumulus. HEX triplet: FC, FA and BF. RGB value is (252,250,191). Sum of RGB (Red+Green+Blue) = 252+250+191=693 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.36% from 693); Green value is 250 (98.05% from 255 or 36.08% from 693); Blue value is 191 (75% from 255 or 27.56% from 693); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFABF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFABF is #030540. Grayscale: #F4F4F4. Windows color (decimal): -197953 or 12581628. OLE color: 12581628.
HSL color Cylindrical-coordinate representation of color #FCFABF: hue angle of 58.03º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FCFABF is Cyan = 0, Magento = 0.01, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 250 | 191 | - |
| CMYK | 0 | 0.01 | 0.24 | 0.01 |
| HSL | 58.03º | 0.91% | 0.87% | - |
| HSV(B) | 58.03º | 0.24% | 0.99% | - |
| XYZ | 83.73 | 92.83 | 62.79 | - |
| YUV | 243.87 | 98.16 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 250 | 191 | 0 | 0.01 | 0.24 | 0.01 | 58.03 | 0.91 | 0.87 |
| Hex | FC | FA | BF | 0 | 1 | 18 | 1 | 3A | 5B | 57 |
| Octal | 374 | 372 | 277 | 0 | 1 | 30 | 1 | 72 | 133 | 127 |
| Binary | 11111100 | 11111010 | 10111111 | 0 | 1 | 11000 | 1 | 111010 | 1011011 | 1010111 |
Color Harmonies of #FCFABF
Complementary color
Monochromatic Colors of #FCFABF
Black with #FCFABF
Text Example
Text Example
White with #FCFABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFABF; }
p { color: rgb(252,250,191); }
H1.HeaderClassName
{
color: #FCFABF;
}
.AnyTagClassName
{
color: #FCFABF;
}
</style>
background-color css
<style>
a { background-color: #FCFABF; }
a { background-color: rgb(252,250,191); }
div.DivClassName
{
background-color: #FCFABF;
}
.BgClassName
{
background-color: #FCFABF;
}
</style>
border-color css
<style>
span { border-color: #FCFABF; }
span { border-color: rgb(252,250,191); }
td.TdClassName
{
border-color: #FCFABF;
}
.TagClassName
{
border-color: #FCFABF;
}
</style>