Shades of Pale Prim #FCFCA2
Tints of Pale Prim #FCFCA2
RGB
CMYK
RGB Variations
Color information
#FCFCA2 (or 0xFCFCA2) is known color: Pale Prim. HEX triplet: FC, FC and A2. RGB value is (252,252,162). Sum of RGB (Red+Green+Blue) = 252+252+162=666 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.84% from 666); Green value is 252 (98.83% from 255 or 37.84% from 666); Blue value is 162 (63.67% from 255 or 24.32% from 666); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFCA2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFCA2 is #03035D. Grayscale: #F2F2F2. Windows color (decimal): -197470 or 10681596. OLE color: 10681596.
HSL color Cylindrical-coordinate representation of color #FCFCA2: hue angle of 60º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FCFCA2 is Cyan = 0, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 252 | 162 | - |
| CMYK | 0 | 0 | 0.36 | 0.01 |
| HSL | 60º | 0.94% | 0.81% | - |
| HSV(B) | 60º | 0.36% | 0.99% | - |
| XYZ | 81.48 | 92.92 | 47.82 | - |
| YUV | 241.74 | 83 | 135.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 252 | 162 | 0 | 0 | 0.36 | 0.01 | 60 | 0.94 | 0.81 |
| Hex | FC | FC | A2 | 0 | 0 | 24 | 1 | 3C | 5E | 51 |
| Octal | 374 | 374 | 242 | 0 | 0 | 44 | 1 | 74 | 136 | 121 |
| Binary | 11111100 | 11111100 | 10100010 | 0 | 0 | 100100 | 1 | 111100 | 1011110 | 1010001 |
Color Harmonies of #FCFCA2
Complementary color
Monochromatic Colors of #FCFCA2
Black with #FCFCA2
Text Example
Text Example
White with #FCFCA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFCA2; }
p { color: rgb(252,252,162); }
H1.HeaderClassName
{
color: #FCFCA2;
}
.AnyTagClassName
{
color: #FCFCA2;
}
</style>
background-color css
<style>
a { background-color: #FCFCA2; }
a { background-color: rgb(252,252,162); }
div.DivClassName
{
background-color: #FCFCA2;
}
.BgClassName
{
background-color: #FCFCA2;
}
</style>
border-color css
<style>
span { border-color: #FCFCA2; }
span { border-color: rgb(252,252,162); }
td.TdClassName
{
border-color: #FCFCA2;
}
.TagClassName
{
border-color: #FCFCA2;
}
</style>