Shades of Cumulus #FCFAC1
Tints of Cumulus #FCFAC1
RGB
CMYK
RGB Variations
Color information
#FCFAC1 (or 0xFCFAC1) is known color: Cumulus. HEX triplet: FC, FA and C1. RGB value is (252,250,193). Sum of RGB (Red+Green+Blue) = 252+250+193=695 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.26% from 695); Green value is 250 (98.05% from 255 or 35.97% from 695); Blue value is 193 (75.78% from 255 or 27.77% from 695); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFAC1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFAC1 is #03053E. Grayscale: #F4F4F4. Windows color (decimal): -197951 or 12712700. OLE color: 12712700.
HSL color Cylindrical-coordinate representation of color #FCFAC1: hue angle of 57.97º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FCFAC1 is Cyan = 0, Magento = 0.01, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 250 | 193 | - |
| CMYK | 0 | 0.01 | 0.23 | 0.01 |
| HSL | 57.97º | 0.91% | 0.87% | - |
| HSV(B) | 57.97º | 0.23% | 0.99% | - |
| XYZ | 83.96 | 92.92 | 63.96 | - |
| YUV | 244.1 | 99.16 | 133.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 250 | 193 | 0 | 0.01 | 0.23 | 0.01 | 57.97 | 0.91 | 0.87 |
| Hex | FC | FA | C1 | 0 | 1 | 17 | 1 | 3A | 5B | 57 |
| Octal | 374 | 372 | 301 | 0 | 1 | 27 | 1 | 72 | 133 | 127 |
| Binary | 11111100 | 11111010 | 11000001 | 0 | 1 | 10111 | 1 | 111010 | 1011011 | 1010111 |
Color Harmonies of #FCFAC1
Complementary color
Monochromatic Colors of #FCFAC1
Black with #FCFAC1
Text Example
Text Example
White with #FCFAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFAC1; }
p { color: rgb(252,250,193); }
H1.HeaderClassName
{
color: #FCFAC1;
}
.AnyTagClassName
{
color: #FCFAC1;
}
</style>
background-color css
<style>
a { background-color: #FCFAC1; }
a { background-color: rgb(252,250,193); }
div.DivClassName
{
background-color: #FCFAC1;
}
.BgClassName
{
background-color: #FCFAC1;
}
</style>
border-color css
<style>
span { border-color: #FCFAC1; }
span { border-color: rgb(252,250,193); }
td.TdClassName
{
border-color: #FCFAC1;
}
.TagClassName
{
border-color: #FCFAC1;
}
</style>