Shades of Pale Prim #FCF6A3
Tints of Pale Prim #FCF6A3
RGB
CMYK
RGB Variations
Color information
#FCF6A3 (or 0xFCF6A3) is known color: Pale Prim. HEX triplet: FC, F6 and A3. RGB value is (252,246,163). Sum of RGB (Red+Green+Blue) = 252+246+163=661 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.12% from 661); Green value is 246 (96.48% from 255 or 37.22% from 661); Blue value is 163 (64.06% from 255 or 24.66% from 661); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF6A3 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF6A3 is #03095C. Grayscale: #EEEEEE. Windows color (decimal): -199005 or 10745596. OLE color: 10745596.
HSL color Cylindrical-coordinate representation of color #FCF6A3: hue angle of 55.96º 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 #FCF6A3 is Cyan = 0, Magento = 0.02, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 246 | 163 | - |
| CMYK | 0 | 0.02 | 0.35 | 0.01 |
| HSL | 55.96º | 0.94% | 0.81% | - |
| HSV(B) | 55.96º | 0.35% | 0.99% | - |
| XYZ | 79.71 | 89.25 | 47.68 | - |
| YUV | 238.33 | 85.49 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 246 | 163 | 0 | 0.02 | 0.35 | 0.01 | 55.96 | 0.94 | 0.81 |
| Hex | FC | F6 | A3 | 0 | 2 | 23 | 1 | 38 | 5E | 51 |
| Octal | 374 | 366 | 243 | 0 | 2 | 43 | 1 | 70 | 136 | 121 |
| Binary | 11111100 | 11110110 | 10100011 | 0 | 10 | 100011 | 1 | 111000 | 1011110 | 1010001 |
Color Harmonies of #FCF6A3
Complementary color
Monochromatic Colors of #FCF6A3
Black with #FCF6A3
Text Example
Text Example
White with #FCF6A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF6A3; }
p { color: rgb(252,246,163); }
H1.HeaderClassName
{
color: #FCF6A3;
}
.AnyTagClassName
{
color: #FCF6A3;
}
</style>
background-color css
<style>
a { background-color: #FCF6A3; }
a { background-color: rgb(252,246,163); }
div.DivClassName
{
background-color: #FCF6A3;
}
.BgClassName
{
background-color: #FCF6A3;
}
</style>
border-color css
<style>
span { border-color: #FCF6A3; }
span { border-color: rgb(252,246,163); }
td.TdClassName
{
border-color: #FCF6A3;
}
.TagClassName
{
border-color: #FCF6A3;
}
</style>