Shades of Pale Prim #FCF9A0
Tints of Pale Prim #FCF9A0
RGB
CMYK
RGB Variations
Color information
#FCF9A0 (or 0xFCF9A0) is known color: Pale Prim. HEX triplet: FC, F9 and A0. RGB value is (252,249,160). Sum of RGB (Red+Green+Blue) = 252+249+160=661 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.12% from 661); Green value is 249 (97.66% from 255 or 37.67% from 661); Blue value is 160 (62.89% from 255 or 24.21% from 661); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF9A0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF9A0 is #03065F. Grayscale: #F0F0F0. Windows color (decimal): -198240 or 10549756. OLE color: 10549756.
HSL color Cylindrical-coordinate representation of color #FCF9A0: hue angle of 58.04º 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 #FCF9A0 is Cyan = 0, Magento = 0.01, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 249 | 160 | - |
| CMYK | 0 | 0.01 | 0.37 | 0.01 |
| HSL | 58.04º | 0.94% | 0.81% | - |
| HSV(B) | 58.04º | 0.37% | 0.99% | - |
| XYZ | 80.37 | 90.98 | 46.58 | - |
| YUV | 239.75 | 82.99 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 249 | 160 | 0 | 0.01 | 0.37 | 0.01 | 58.04 | 0.94 | 0.81 |
| Hex | FC | F9 | A0 | 0 | 1 | 25 | 1 | 3A | 5E | 51 |
| Octal | 374 | 371 | 240 | 0 | 1 | 45 | 1 | 72 | 136 | 121 |
| Binary | 11111100 | 11111001 | 10100000 | 0 | 1 | 100101 | 1 | 111010 | 1011110 | 1010001 |
Color Harmonies of #FCF9A0
Complementary color
Monochromatic Colors of #FCF9A0
Black with #FCF9A0
Text Example
Text Example
White with #FCF9A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF9A0; }
p { color: rgb(252,249,160); }
H1.HeaderClassName
{
color: #FCF9A0;
}
.AnyTagClassName
{
color: #FCF9A0;
}
</style>
background-color css
<style>
a { background-color: #FCF9A0; }
a { background-color: rgb(252,249,160); }
div.DivClassName
{
background-color: #FCF9A0;
}
.BgClassName
{
background-color: #FCF9A0;
}
</style>
border-color css
<style>
span { border-color: #FCF9A0; }
span { border-color: rgb(252,249,160); }
td.TdClassName
{
border-color: #FCF9A0;
}
.TagClassName
{
border-color: #FCF9A0;
}
</style>