Shades of Pale Prim #FCF6A4
Tints of Pale Prim #FCF6A4
RGB
CMYK
RGB Variations
Color information
#FCF6A4 (or 0xFCF6A4) is known color: Pale Prim. HEX triplet: FC, F6 and A4. RGB value is (252,246,164). Sum of RGB (Red+Green+Blue) = 252+246+164=662 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.07% from 662); Green value is 246 (96.48% from 255 or 37.16% from 662); Blue value is 164 (64.45% from 255 or 24.77% from 662); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF6A4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF6A4 is #03095B. Grayscale: #EEEEEE. Windows color (decimal): -199004 or 10811132. OLE color: 10811132.
HSL color Cylindrical-coordinate representation of color #FCF6A4: hue angle of 55.91º degrees, saturation: 0.94, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FCF6A4 is Cyan = 0, Magento = 0.02, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 246 | 164 | - |
| CMYK | 0 | 0.02 | 0.35 | 0.01 |
| HSL | 55.91º | 0.94% | 0.82% | - |
| HSV(B) | 55.91º | 0.35% | 0.99% | - |
| XYZ | 79.8 | 89.29 | 48.15 | - |
| YUV | 238.45 | 85.99 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 246 | 164 | 0 | 0.02 | 0.35 | 0.01 | 55.91 | 0.94 | 0.82 |
| Hex | FC | F6 | A4 | 0 | 2 | 23 | 1 | 38 | 5E | 52 |
| Octal | 374 | 366 | 244 | 0 | 2 | 43 | 1 | 70 | 136 | 122 |
| Binary | 11111100 | 11110110 | 10100100 | 0 | 10 | 100011 | 1 | 111000 | 1011110 | 1010010 |
Color Harmonies of #FCF6A4
Complementary color
Monochromatic Colors of #FCF6A4
Black with #FCF6A4
Text Example
Text Example
White with #FCF6A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF6A4; }
p { color: rgb(252,246,164); }
H1.HeaderClassName
{
color: #FCF6A4;
}
.AnyTagClassName
{
color: #FCF6A4;
}
</style>
background-color css
<style>
a { background-color: #FCF6A4; }
a { background-color: rgb(252,246,164); }
div.DivClassName
{
background-color: #FCF6A4;
}
.BgClassName
{
background-color: #FCF6A4;
}
</style>
border-color css
<style>
span { border-color: #FCF6A4; }
span { border-color: rgb(252,246,164); }
td.TdClassName
{
border-color: #FCF6A4;
}
.TagClassName
{
border-color: #FCF6A4;
}
</style>