Shades of Pale Prim #FCF298
Tints of Pale Prim #FCF298
RGB
CMYK
RGB Variations
Color information
#FCF298 (or 0xFCF298) is known color: Pale Prim. HEX triplet: FC, F2 and 98. RGB value is (252,242,152). Sum of RGB (Red+Green+Blue) = 252+242+152=646 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.01% from 646); Green value is 242 (94.92% from 255 or 37.46% from 646); Blue value is 152 (59.77% from 255 or 23.53% from 646); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF298 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF298 is #030D67. Grayscale: #EBEBEB. Windows color (decimal): -200040 or 10023676. OLE color: 10023676.
HSL color Cylindrical-coordinate representation of color #FCF298: hue angle of 54º 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 #FCF298 is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 242 | 152 | - |
| CMYK | 0 | 0.04 | 0.40 | 0.01 |
| HSL | 54º | 0.94% | 0.79% | - |
| HSV(B) | 54º | 0.4% | 0.99% | - |
| XYZ | 77.56 | 86.47 | 42.31 | - |
| YUV | 234.73 | 81.31 | 140.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 242 | 152 | 0 | 0.04 | 0.40 | 0.01 | 54 | 0.94 | 0.79 |
| Hex | FC | F2 | 98 | 0 | 4 | 28 | 1 | 36 | 5E | 4F |
| Octal | 374 | 362 | 230 | 0 | 4 | 50 | 1 | 66 | 136 | 117 |
| Binary | 11111100 | 11110010 | 10011000 | 0 | 100 | 101000 | 1 | 110110 | 1011110 | 1001111 |
Color Harmonies of #FCF298
Complementary color
Monochromatic Colors of #FCF298
Black with #FCF298
Text Example
Text Example
White with #FCF298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF298; }
p { color: rgb(252,242,152); }
H1.HeaderClassName
{
color: #FCF298;
}
.AnyTagClassName
{
color: #FCF298;
}
</style>
background-color css
<style>
a { background-color: #FCF298; }
a { background-color: rgb(252,242,152); }
div.DivClassName
{
background-color: #FCF298;
}
.BgClassName
{
background-color: #FCF298;
}
</style>
border-color css
<style>
span { border-color: #FCF298; }
span { border-color: rgb(252,242,152); }
td.TdClassName
{
border-color: #FCF298;
}
.TagClassName
{
border-color: #FCF298;
}
</style>