Shades of Pale Prim #FCF7A3
Tints of Pale Prim #FCF7A3
RGB
CMYK
RGB Variations
Color information
#FCF7A3 (or 0xFCF7A3) is known color: Pale Prim. HEX triplet: FC, F7 and A3. RGB value is (252,247,163). Sum of RGB (Red+Green+Blue) = 252+247+163=662 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.07% from 662); Green value is 247 (96.88% from 255 or 37.31% from 662); Blue value is 163 (64.06% from 255 or 24.62% from 662); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF7A3 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF7A3 is #03085C. Grayscale: #EFEFEF. Windows color (decimal): -198749 or 10745852. OLE color: 10745852.
HSL color Cylindrical-coordinate representation of color #FCF7A3: hue angle of 56.63º 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 #FCF7A3 is Cyan = 0, Magento = 0.02, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 247 | 163 | - |
| CMYK | 0 | 0.02 | 0.35 | 0.01 |
| HSL | 56.63º | 0.94% | 0.81% | - |
| HSV(B) | 56.63º | 0.35% | 0.99% | - |
| XYZ | 80.02 | 89.86 | 47.78 | - |
| YUV | 238.92 | 85.16 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 247 | 163 | 0 | 0.02 | 0.35 | 0.01 | 56.63 | 0.94 | 0.81 |
| Hex | FC | F7 | A3 | 0 | 2 | 23 | 1 | 39 | 5E | 51 |
| Octal | 374 | 367 | 243 | 0 | 2 | 43 | 1 | 71 | 136 | 121 |
| Binary | 11111100 | 11110111 | 10100011 | 0 | 10 | 100011 | 1 | 111001 | 1011110 | 1010001 |
Color Harmonies of #FCF7A3
Complementary color
Monochromatic Colors of #FCF7A3
Black with #FCF7A3
Text Example
Text Example
White with #FCF7A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF7A3; }
p { color: rgb(252,247,163); }
H1.HeaderClassName
{
color: #FCF7A3;
}
.AnyTagClassName
{
color: #FCF7A3;
}
</style>
background-color css
<style>
a { background-color: #FCF7A3; }
a { background-color: rgb(252,247,163); }
div.DivClassName
{
background-color: #FCF7A3;
}
.BgClassName
{
background-color: #FCF7A3;
}
</style>
border-color css
<style>
span { border-color: #FCF7A3; }
span { border-color: rgb(252,247,163); }
td.TdClassName
{
border-color: #FCF7A3;
}
.TagClassName
{
border-color: #FCF7A3;
}
</style>