Shades of Pale Prim #FCF3A3
Tints of Pale Prim #FCF3A3
RGB
CMYK
RGB Variations
Color information
#FCF3A3 (or 0xFCF3A3) is known color: Pale Prim. HEX triplet: FC, F3 and A3. RGB value is (252,243,163). Sum of RGB (Red+Green+Blue) = 252+243+163=658 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.30% from 658); Green value is 243 (95.31% from 255 or 36.93% from 658); Blue value is 163 (64.06% from 255 or 24.77% from 658); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF3A3 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF3A3 is #030C5C. Grayscale: #ECECEC. Windows color (decimal): -199773 or 10744828. OLE color: 10744828.
HSL color Cylindrical-coordinate representation of color #FCF3A3: hue angle of 53.93º 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 #FCF3A3 is Cyan = 0, Magento = 0.04, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 243 | 163 | - |
| CMYK | 0 | 0.04 | 0.35 | 0.01 |
| HSL | 53.93º | 0.94% | 0.81% | - |
| HSV(B) | 53.93º | 0.35% | 0.99% | - |
| XYZ | 78.81 | 87.44 | 47.37 | - |
| YUV | 236.57 | 86.48 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 243 | 163 | 0 | 0.04 | 0.35 | 0.01 | 53.93 | 0.94 | 0.81 |
| Hex | FC | F3 | A3 | 0 | 4 | 23 | 1 | 36 | 5E | 51 |
| Octal | 374 | 363 | 243 | 0 | 4 | 43 | 1 | 66 | 136 | 121 |
| Binary | 11111100 | 11110011 | 10100011 | 0 | 100 | 100011 | 1 | 110110 | 1011110 | 1010001 |
Color Harmonies of #FCF3A3
Complementary color
Monochromatic Colors of #FCF3A3
Black with #FCF3A3
Text Example
Text Example
White with #FCF3A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF3A3; }
p { color: rgb(252,243,163); }
H1.HeaderClassName
{
color: #FCF3A3;
}
.AnyTagClassName
{
color: #FCF3A3;
}
</style>
background-color css
<style>
a { background-color: #FCF3A3; }
a { background-color: rgb(252,243,163); }
div.DivClassName
{
background-color: #FCF3A3;
}
.BgClassName
{
background-color: #FCF3A3;
}
</style>
border-color css
<style>
span { border-color: #FCF3A3; }
span { border-color: rgb(252,243,163); }
td.TdClassName
{
border-color: #FCF3A3;
}
.TagClassName
{
border-color: #FCF3A3;
}
</style>