Shades of Pale Prim #FCF2A3
Tints of Pale Prim #FCF2A3
RGB
CMYK
RGB Variations
Color information
#FCF2A3 (or 0xFCF2A3) is known color: Pale Prim. HEX triplet: FC, F2 and A3. RGB value is (252,242,163). Sum of RGB (Red+Green+Blue) = 252+242+163=657 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.36% from 657); Green value is 242 (94.92% from 255 or 36.83% from 657); Blue value is 163 (64.06% from 255 or 24.81% from 657); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF2A3 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF2A3 is #030D5C. Grayscale: #ECECEC. Windows color (decimal): -200029 or 10744572. OLE color: 10744572.
HSL color Cylindrical-coordinate representation of color #FCF2A3: hue angle of 53.26º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FCF2A3 is Cyan = 0, Magento = 0.04, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 242 | 163 | - |
| CMYK | 0 | 0.04 | 0.35 | 0.01 |
| HSL | 53.26º | 0.94% | 0.81% | - |
| HSV(B) | 53.26º | 0.35% | 0.99% | - |
| XYZ | 78.51 | 86.84 | 47.28 | - |
| YUV | 235.98 | 86.81 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 242 | 163 | 0 | 0.04 | 0.35 | 0.01 | 53.26 | 0.94 | 0.81 |
| Hex | FC | F2 | A3 | 0 | 4 | 23 | 1 | 35 | 5E | 51 |
| Octal | 374 | 362 | 243 | 0 | 4 | 43 | 1 | 65 | 136 | 121 |
| Binary | 11111100 | 11110010 | 10100011 | 0 | 100 | 100011 | 1 | 110101 | 1011110 | 1010001 |
Color Harmonies of #FCF2A3
Complementary color
Monochromatic Colors of #FCF2A3
Black with #FCF2A3
Text Example
Text Example
White with #FCF2A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF2A3; }
p { color: rgb(252,242,163); }
H1.HeaderClassName
{
color: #FCF2A3;
}
.AnyTagClassName
{
color: #FCF2A3;
}
</style>
background-color css
<style>
a { background-color: #FCF2A3; }
a { background-color: rgb(252,242,163); }
div.DivClassName
{
background-color: #FCF2A3;
}
.BgClassName
{
background-color: #FCF2A3;
}
</style>
border-color css
<style>
span { border-color: #FCF2A3; }
span { border-color: rgb(252,242,163); }
td.TdClassName
{
border-color: #FCF2A3;
}
.TagClassName
{
border-color: #FCF2A3;
}
</style>