Shades of Pale Prim #FCF798
Tints of Pale Prim #FCF798
RGB
CMYK
RGB Variations
Color information
#FCF798 (or 0xFCF798) is known color: Pale Prim. HEX triplet: FC, F7 and 98. RGB value is (252,247,152). Sum of RGB (Red+Green+Blue) = 252+247+152=651 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.71% from 651); Green value is 247 (96.88% from 255 or 37.94% from 651); Blue value is 152 (59.77% from 255 or 23.35% from 651); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF798 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF798 is #030867. Grayscale: #EEEEEE. Windows color (decimal): -198760 or 10024956. OLE color: 10024956.
HSL color Cylindrical-coordinate representation of color #FCF798: hue angle of 57º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FCF798 is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 247 | 152 | - |
| CMYK | 0 | 0.02 | 0.40 | 0.01 |
| HSL | 57º | 0.94% | 0.79% | - |
| HSV(B) | 57º | 0.4% | 0.99% | - |
| XYZ | 79.07 | 89.48 | 42.81 | - |
| YUV | 237.67 | 79.66 | 138.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 247 | 152 | 0 | 0.02 | 0.40 | 0.01 | 57 | 0.94 | 0.79 |
| Hex | FC | F7 | 98 | 0 | 2 | 28 | 1 | 39 | 5E | 4F |
| Octal | 374 | 367 | 230 | 0 | 2 | 50 | 1 | 71 | 136 | 117 |
| Binary | 11111100 | 11110111 | 10011000 | 0 | 10 | 101000 | 1 | 111001 | 1011110 | 1001111 |
Color Harmonies of #FCF798
Complementary color
Monochromatic Colors of #FCF798
Black with #FCF798
Text Example
Text Example
White with #FCF798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF798; }
p { color: rgb(252,247,152); }
H1.HeaderClassName
{
color: #FCF798;
}
.AnyTagClassName
{
color: #FCF798;
}
</style>
background-color css
<style>
a { background-color: #FCF798; }
a { background-color: rgb(252,247,152); }
div.DivClassName
{
background-color: #FCF798;
}
.BgClassName
{
background-color: #FCF798;
}
</style>
border-color css
<style>
span { border-color: #FCF798; }
span { border-color: rgb(252,247,152); }
td.TdClassName
{
border-color: #FCF798;
}
.TagClassName
{
border-color: #FCF798;
}
</style>