Shades of Pale Prim #FCF1A0
Tints of Pale Prim #FCF1A0
RGB
CMYK
RGB Variations
Color information
#FCF1A0 (or 0xFCF1A0) is known color: Pale Prim. HEX triplet: FC, F1 and A0. RGB value is (252,241,160). Sum of RGB (Red+Green+Blue) = 252+241+160=653 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.59% from 653); Green value is 241 (94.53% from 255 or 36.91% from 653); Blue value is 160 (62.89% from 255 or 24.50% from 653); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF1A0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF1A0 is #030E5F. Grayscale: #EBEBEB. Windows color (decimal): -200288 or 10547708. OLE color: 10547708.
HSL color Cylindrical-coordinate representation of color #FCF1A0: hue angle of 52.83º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FCF1A0 is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 241 | 160 | - |
| CMYK | 0 | 0.04 | 0.37 | 0.01 |
| HSL | 52.83º | 0.94% | 0.81% | - |
| HSV(B) | 52.83º | 0.37% | 0.99% | - |
| XYZ | 77.95 | 86.14 | 45.78 | - |
| YUV | 235.06 | 85.64 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 241 | 160 | 0 | 0.04 | 0.37 | 0.01 | 52.83 | 0.94 | 0.81 |
| Hex | FC | F1 | A0 | 0 | 4 | 25 | 1 | 35 | 5E | 51 |
| Octal | 374 | 361 | 240 | 0 | 4 | 45 | 1 | 65 | 136 | 121 |
| Binary | 11111100 | 11110001 | 10100000 | 0 | 100 | 100101 | 1 | 110101 | 1011110 | 1010001 |
Color Harmonies of #FCF1A0
Complementary color
Monochromatic Colors of #FCF1A0
Black with #FCF1A0
Text Example
Text Example
White with #FCF1A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF1A0; }
p { color: rgb(252,241,160); }
H1.HeaderClassName
{
color: #FCF1A0;
}
.AnyTagClassName
{
color: #FCF1A0;
}
</style>
background-color css
<style>
a { background-color: #FCF1A0; }
a { background-color: rgb(252,241,160); }
div.DivClassName
{
background-color: #FCF1A0;
}
.BgClassName
{
background-color: #FCF1A0;
}
</style>
border-color css
<style>
span { border-color: #FCF1A0; }
span { border-color: rgb(252,241,160); }
td.TdClassName
{
border-color: #FCF1A0;
}
.TagClassName
{
border-color: #FCF1A0;
}
</style>