Shades of Pale Prim #FCFCA1
Tints of Pale Prim #FCFCA1
RGB
CMYK
RGB Variations
Color information
#FCFCA1 (or 0xFCFCA1) is known color: Pale Prim. HEX triplet: FC, FC and A1. RGB value is (252,252,161). Sum of RGB (Red+Green+Blue) = 252+252+161=665 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.89% from 665); Green value is 252 (98.83% from 255 or 37.89% from 665); Blue value is 161 (63.28% from 255 or 24.21% from 665); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFCA1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFCA1 is #03035E. Grayscale: #F1F1F1. Windows color (decimal): -197471 or 10616060. OLE color: 10616060.
HSL color Cylindrical-coordinate representation of color #FCFCA1: 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 #FCFCA1 is Cyan = 0, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 252 | 161 | - |
| CMYK | 0 | 0 | 0.36 | 0.01 |
| HSL | 60º | 0.94% | 0.81% | - |
| HSV(B) | 60º | 0.36% | 0.99% | - |
| XYZ | 81.39 | 92.89 | 47.36 | - |
| YUV | 241.63 | 82.5 | 135.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 252 | 161 | 0 | 0 | 0.36 | 0.01 | 60 | 0.94 | 0.81 |
| Hex | FC | FC | A1 | 0 | 0 | 24 | 1 | 3C | 5E | 51 |
| Octal | 374 | 374 | 241 | 0 | 0 | 44 | 1 | 74 | 136 | 121 |
| Binary | 11111100 | 11111100 | 10100001 | 0 | 0 | 100100 | 1 | 111100 | 1011110 | 1010001 |
Color Harmonies of #FCFCA1
Complementary color
Monochromatic Colors of #FCFCA1
Black with #FCFCA1
Text Example
Text Example
White with #FCFCA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFCA1; }
p { color: rgb(252,252,161); }
H1.HeaderClassName
{
color: #FCFCA1;
}
.AnyTagClassName
{
color: #FCFCA1;
}
</style>
background-color css
<style>
a { background-color: #FCFCA1; }
a { background-color: rgb(252,252,161); }
div.DivClassName
{
background-color: #FCFCA1;
}
.BgClassName
{
background-color: #FCFCA1;
}
</style>
border-color css
<style>
span { border-color: #FCFCA1; }
span { border-color: rgb(252,252,161); }
td.TdClassName
{
border-color: #FCFCA1;
}
.TagClassName
{
border-color: #FCFCA1;
}
</style>