Shades of Pale Prim #FCF2A5
Tints of Pale Prim #FCF2A5
RGB
CMYK
RGB Variations
Color information
#FCF2A5 (or 0xFCF2A5) is known color: Pale Prim. HEX triplet: FC, F2 and A5. RGB value is (252,242,165). Sum of RGB (Red+Green+Blue) = 252+242+165=659 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.24% from 659); Green value is 242 (94.92% from 255 or 36.72% from 659); Blue value is 165 (64.84% from 255 or 25.04% from 659); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF2A5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF2A5 is #030D5A. Grayscale: #ECECEC. Windows color (decimal): -200027 or 10875644. OLE color: 10875644.
HSL color Cylindrical-coordinate representation of color #FCF2A5: hue angle of 53.1º degrees, saturation: 0.94, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FCF2A5 is Cyan = 0, Magento = 0.04, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 242 | 165 | - |
| CMYK | 0 | 0.04 | 0.35 | 0.01 |
| HSL | 53.1º | 0.94% | 0.82% | - |
| HSV(B) | 53.1º | 0.35% | 0.99% | - |
| XYZ | 78.69 | 86.92 | 48.23 | - |
| YUV | 236.21 | 87.81 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 242 | 165 | 0 | 0.04 | 0.35 | 0.01 | 53.1 | 0.94 | 0.82 |
| Hex | FC | F2 | A5 | 0 | 4 | 23 | 1 | 35 | 5E | 52 |
| Octal | 374 | 362 | 245 | 0 | 4 | 43 | 1 | 65 | 136 | 122 |
| Binary | 11111100 | 11110010 | 10100101 | 0 | 100 | 100011 | 1 | 110101 | 1011110 | 1010010 |
Color Harmonies of #FCF2A5
Complementary color
Monochromatic Colors of #FCF2A5
Black with #FCF2A5
Text Example
Text Example
White with #FCF2A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF2A5; }
p { color: rgb(252,242,165); }
H1.HeaderClassName
{
color: #FCF2A5;
}
.AnyTagClassName
{
color: #FCF2A5;
}
</style>
background-color css
<style>
a { background-color: #FCF2A5; }
a { background-color: rgb(252,242,165); }
div.DivClassName
{
background-color: #FCF2A5;
}
.BgClassName
{
background-color: #FCF2A5;
}
</style>
border-color css
<style>
span { border-color: #FCF2A5; }
span { border-color: rgb(252,242,165); }
td.TdClassName
{
border-color: #FCF2A5;
}
.TagClassName
{
border-color: #FCF2A5;
}
</style>