Shades of Pale Prim #FCFAA2
Tints of Pale Prim #FCFAA2
RGB
CMYK
RGB Variations
Color information
#FCFAA2 (or 0xFCFAA2) is known color: Pale Prim. HEX triplet: FC, FA and A2. RGB value is (252,250,162). Sum of RGB (Red+Green+Blue) = 252+250+162=664 (87% of max value = 765). Red value is 252 (98.83% from 255 or 37.95% from 664); Green value is 250 (98.05% from 255 or 37.65% from 664); Blue value is 162 (63.67% from 255 or 24.40% from 664); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFAA2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFAA2 is #03055D. Grayscale: #F0F0F0. Windows color (decimal): -197982 or 10681084. OLE color: 10681084.
HSL color Cylindrical-coordinate representation of color #FCFAA2: hue angle of 58.67º 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 #FCFAA2 is Cyan = 0, Magento = 0.01, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 250 | 162 | - |
| CMYK | 0 | 0.01 | 0.36 | 0.01 |
| HSL | 58.67º | 0.94% | 0.81% | - |
| HSV(B) | 58.67º | 0.36% | 0.99% | - |
| XYZ | 80.85 | 91.68 | 47.62 | - |
| YUV | 240.57 | 83.66 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 250 | 162 | 0 | 0.01 | 0.36 | 0.01 | 58.67 | 0.94 | 0.81 |
| Hex | FC | FA | A2 | 0 | 1 | 24 | 1 | 3B | 5E | 51 |
| Octal | 374 | 372 | 242 | 0 | 1 | 44 | 1 | 73 | 136 | 121 |
| Binary | 11111100 | 11111010 | 10100010 | 0 | 1 | 100100 | 1 | 111011 | 1011110 | 1010001 |
Color Harmonies of #FCFAA2
Complementary color
Monochromatic Colors of #FCFAA2
Black with #FCFAA2
Text Example
Text Example
White with #FCFAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFAA2; }
p { color: rgb(252,250,162); }
H1.HeaderClassName
{
color: #FCFAA2;
}
.AnyTagClassName
{
color: #FCFAA2;
}
</style>
background-color css
<style>
a { background-color: #FCFAA2; }
a { background-color: rgb(252,250,162); }
div.DivClassName
{
background-color: #FCFAA2;
}
.BgClassName
{
background-color: #FCFAA2;
}
</style>
border-color css
<style>
span { border-color: #FCFAA2; }
span { border-color: rgb(252,250,162); }
td.TdClassName
{
border-color: #FCFAA2;
}
.TagClassName
{
border-color: #FCFAA2;
}
</style>