Shades of Pale Prim #FCF698
Tints of Pale Prim #FCF698
RGB
CMYK
RGB Variations
Color information
#FCF698 (or 0xFCF698) is known color: Pale Prim. HEX triplet: FC, F6 and 98. RGB value is (252,246,152). Sum of RGB (Red+Green+Blue) = 252+246+152=650 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.77% from 650); Green value is 246 (96.48% from 255 or 37.85% from 650); Blue value is 152 (59.77% from 255 or 23.38% from 650); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF698 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF698 is #030967. Grayscale: #EDEDED. Windows color (decimal): -199016 or 10024700. OLE color: 10024700.
HSL color Cylindrical-coordinate representation of color #FCF698: hue angle of 56.4º 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 #FCF698 is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 246 | 152 | - |
| CMYK | 0 | 0.02 | 0.40 | 0.01 |
| HSL | 56.4º | 0.94% | 0.79% | - |
| HSV(B) | 56.4º | 0.4% | 0.99% | - |
| XYZ | 78.77 | 88.87 | 42.71 | - |
| YUV | 237.08 | 79.99 | 138.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 246 | 152 | 0 | 0.02 | 0.40 | 0.01 | 56.4 | 0.94 | 0.79 |
| Hex | FC | F6 | 98 | 0 | 2 | 28 | 1 | 38 | 5E | 4F |
| Octal | 374 | 366 | 230 | 0 | 2 | 50 | 1 | 70 | 136 | 117 |
| Binary | 11111100 | 11110110 | 10011000 | 0 | 10 | 101000 | 1 | 111000 | 1011110 | 1001111 |
Color Harmonies of #FCF698
Complementary color
Monochromatic Colors of #FCF698
Black with #FCF698
Text Example
Text Example
White with #FCF698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF698; }
p { color: rgb(252,246,152); }
H1.HeaderClassName
{
color: #FCF698;
}
.AnyTagClassName
{
color: #FCF698;
}
</style>
background-color css
<style>
a { background-color: #FCF698; }
a { background-color: rgb(252,246,152); }
div.DivClassName
{
background-color: #FCF698;
}
.BgClassName
{
background-color: #FCF698;
}
</style>
border-color css
<style>
span { border-color: #FCF698; }
span { border-color: rgb(252,246,152); }
td.TdClassName
{
border-color: #FCF698;
}
.TagClassName
{
border-color: #FCF698;
}
</style>