Shades of Cumulus #FCFAC3
Tints of Cumulus #FCFAC3
RGB
CMYK
RGB Variations
Color information
#FCFAC3 (or 0xFCFAC3) is known color: Cumulus. HEX triplet: FC, FA and C3. RGB value is (252,250,195). Sum of RGB (Red+Green+Blue) = 252+250+195=697 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.15% from 697); Green value is 250 (98.05% from 255 or 35.87% from 697); Blue value is 195 (76.56% from 255 or 27.98% from 697); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFAC3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFAC3 is #03053C. Grayscale: #F4F4F4. Windows color (decimal): -197949 or 12843772. OLE color: 12843772.
HSL color Cylindrical-coordinate representation of color #FCFAC3: hue angle of 57.89º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FCFAC3 is Cyan = 0, Magento = 0.01, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 250 | 195 | - |
| CMYK | 0 | 0.01 | 0.23 | 0.01 |
| HSL | 57.89º | 0.9% | 0.88% | - |
| HSV(B) | 57.89º | 0.23% | 0.99% | - |
| XYZ | 84.18 | 93.01 | 65.15 | - |
| YUV | 244.33 | 100.16 | 133.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 250 | 195 | 0 | 0.01 | 0.23 | 0.01 | 57.89 | 0.9 | 0.88 |
| Hex | FC | FA | C3 | 0 | 1 | 17 | 1 | 3A | 5A | 58 |
| Octal | 374 | 372 | 303 | 0 | 1 | 27 | 1 | 72 | 132 | 130 |
| Binary | 11111100 | 11111010 | 11000011 | 0 | 1 | 10111 | 1 | 111010 | 1011010 | 1011000 |
Color Harmonies of #FCFAC3
Complementary color
Monochromatic Colors of #FCFAC3
Black with #FCFAC3
Text Example
Text Example
White with #FCFAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFAC3; }
p { color: rgb(252,250,195); }
H1.HeaderClassName
{
color: #FCFAC3;
}
.AnyTagClassName
{
color: #FCFAC3;
}
</style>
background-color css
<style>
a { background-color: #FCFAC3; }
a { background-color: rgb(252,250,195); }
div.DivClassName
{
background-color: #FCFAC3;
}
.BgClassName
{
background-color: #FCFAC3;
}
</style>
border-color css
<style>
span { border-color: #FCFAC3; }
span { border-color: rgb(252,250,195); }
td.TdClassName
{
border-color: #FCFAC3;
}
.TagClassName
{
border-color: #FCFAC3;
}
</style>