Shades of Pale Prim #FCF3A1
Tints of Pale Prim #FCF3A1
RGB
CMYK
RGB Variations
Color information
#FCF3A1 (or 0xFCF3A1) is known color: Pale Prim. HEX triplet: FC, F3 and A1. RGB value is (252,243,161). Sum of RGB (Red+Green+Blue) = 252+243+161=656 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.41% from 656); Green value is 243 (95.31% from 255 or 37.04% from 656); Blue value is 161 (63.28% from 255 or 24.54% from 656); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF3A1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF3A1 is #030C5E. Grayscale: #ECECEC. Windows color (decimal): -199775 or 10613756. OLE color: 10613756.
HSL color Cylindrical-coordinate representation of color #FCF3A1: hue angle of 54.07º 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 #FCF3A1 is Cyan = 0, Magento = 0.04, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 243 | 161 | - |
| CMYK | 0 | 0.04 | 0.36 | 0.01 |
| HSL | 54.07º | 0.94% | 0.81% | - |
| HSV(B) | 54.07º | 0.36% | 0.99% | - |
| XYZ | 78.63 | 87.37 | 46.44 | - |
| YUV | 236.34 | 85.48 | 139.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 243 | 161 | 0 | 0.04 | 0.36 | 0.01 | 54.07 | 0.94 | 0.81 |
| Hex | FC | F3 | A1 | 0 | 4 | 24 | 1 | 36 | 5E | 51 |
| Octal | 374 | 363 | 241 | 0 | 4 | 44 | 1 | 66 | 136 | 121 |
| Binary | 11111100 | 11110011 | 10100001 | 0 | 100 | 100100 | 1 | 110110 | 1011110 | 1010001 |
Color Harmonies of #FCF3A1
Complementary color
Monochromatic Colors of #FCF3A1
Black with #FCF3A1
Text Example
Text Example
White with #FCF3A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF3A1; }
p { color: rgb(252,243,161); }
H1.HeaderClassName
{
color: #FCF3A1;
}
.AnyTagClassName
{
color: #FCF3A1;
}
</style>
background-color css
<style>
a { background-color: #FCF3A1; }
a { background-color: rgb(252,243,161); }
div.DivClassName
{
background-color: #FCF3A1;
}
.BgClassName
{
background-color: #FCF3A1;
}
</style>
border-color css
<style>
span { border-color: #FCF3A1; }
span { border-color: rgb(252,243,161); }
td.TdClassName
{
border-color: #FCF3A1;
}
.TagClassName
{
border-color: #FCF3A1;
}
</style>