Shades of Pale Prim #FCF2A1
Tints of Pale Prim #FCF2A1
RGB
CMYK
RGB Variations
Color information
#FCF2A1 (or 0xFCF2A1) is known color: Pale Prim. HEX triplet: FC, F2 and A1. RGB value is (252,242,161). Sum of RGB (Red+Green+Blue) = 252+242+161=655 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.47% from 655); Green value is 242 (94.92% from 255 or 36.95% from 655); Blue value is 161 (63.28% from 255 or 24.58% from 655); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF2A1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF2A1 is #030D5E. Grayscale: #ECECEC. Windows color (decimal): -200031 or 10613500. OLE color: 10613500.
HSL color Cylindrical-coordinate representation of color #FCF2A1: hue angle of 53.41º 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 #FCF2A1 is Cyan = 0, Magento = 0.04, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 242 | 161 | - |
| CMYK | 0 | 0.04 | 0.36 | 0.01 |
| HSL | 53.41º | 0.94% | 0.81% | - |
| HSV(B) | 53.41º | 0.36% | 0.99% | - |
| XYZ | 78.33 | 86.77 | 46.34 | - |
| YUV | 235.76 | 85.81 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 242 | 161 | 0 | 0.04 | 0.36 | 0.01 | 53.41 | 0.94 | 0.81 |
| Hex | FC | F2 | A1 | 0 | 4 | 24 | 1 | 35 | 5E | 51 |
| Octal | 374 | 362 | 241 | 0 | 4 | 44 | 1 | 65 | 136 | 121 |
| Binary | 11111100 | 11110010 | 10100001 | 0 | 100 | 100100 | 1 | 110101 | 1011110 | 1010001 |
Color Harmonies of #FCF2A1
Complementary color
Monochromatic Colors of #FCF2A1
Black with #FCF2A1
Text Example
Text Example
White with #FCF2A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF2A1; }
p { color: rgb(252,242,161); }
H1.HeaderClassName
{
color: #FCF2A1;
}
.AnyTagClassName
{
color: #FCF2A1;
}
</style>
background-color css
<style>
a { background-color: #FCF2A1; }
a { background-color: rgb(252,242,161); }
div.DivClassName
{
background-color: #FCF2A1;
}
.BgClassName
{
background-color: #FCF2A1;
}
</style>
border-color css
<style>
span { border-color: #FCF2A1; }
span { border-color: rgb(252,242,161); }
td.TdClassName
{
border-color: #FCF2A1;
}
.TagClassName
{
border-color: #FCF2A1;
}
</style>