Shades of Pale Prim #FCF4A0
Tints of Pale Prim #FCF4A0
RGB
CMYK
RGB Variations
Color information
#FCF4A0 (or 0xFCF4A0) is known color: Pale Prim. HEX triplet: FC, F4 and A0. RGB value is (252,244,160). Sum of RGB (Red+Green+Blue) = 252+244+160=656 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.41% from 656); Green value is 244 (95.70% from 255 or 37.20% from 656); Blue value is 160 (62.89% from 255 or 24.39% from 656); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF4A0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF4A0 is #030B5F. Grayscale: #EDEDED. Windows color (decimal): -199520 or 10548476. OLE color: 10548476.
HSL color Cylindrical-coordinate representation of color #FCF4A0: hue angle of 54.78º 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 #FCF4A0 is Cyan = 0, Magento = 0.03, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 244 | 160 | - |
| CMYK | 0 | 0.03 | 0.37 | 0.01 |
| HSL | 54.78º | 0.94% | 0.81% | - |
| HSV(B) | 54.78º | 0.37% | 0.99% | - |
| XYZ | 78.84 | 87.93 | 46.08 | - |
| YUV | 236.82 | 84.65 | 138.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 244 | 160 | 0 | 0.03 | 0.37 | 0.01 | 54.78 | 0.94 | 0.81 |
| Hex | FC | F4 | A0 | 0 | 3 | 25 | 1 | 37 | 5E | 51 |
| Octal | 374 | 364 | 240 | 0 | 3 | 45 | 1 | 67 | 136 | 121 |
| Binary | 11111100 | 11110100 | 10100000 | 0 | 11 | 100101 | 1 | 110111 | 1011110 | 1010001 |
Color Harmonies of #FCF4A0
Complementary color
Monochromatic Colors of #FCF4A0
Black with #FCF4A0
Text Example
Text Example
White with #FCF4A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF4A0; }
p { color: rgb(252,244,160); }
H1.HeaderClassName
{
color: #FCF4A0;
}
.AnyTagClassName
{
color: #FCF4A0;
}
</style>
background-color css
<style>
a { background-color: #FCF4A0; }
a { background-color: rgb(252,244,160); }
div.DivClassName
{
background-color: #FCF4A0;
}
.BgClassName
{
background-color: #FCF4A0;
}
</style>
border-color css
<style>
span { border-color: #FCF4A0; }
span { border-color: rgb(252,244,160); }
td.TdClassName
{
border-color: #FCF4A0;
}
.TagClassName
{
border-color: #FCF4A0;
}
</style>