Shades of Pale Prim #FCF99E
Tints of Pale Prim #FCF99E
RGB
CMYK
RGB Variations
Color information
#FCF99E (or 0xFCF99E) is known color: Pale Prim. HEX triplet: FC, F9 and 9E. RGB value is (252,249,158). Sum of RGB (Red+Green+Blue) = 252+249+158=659 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.24% from 659); Green value is 249 (97.66% from 255 or 37.78% from 659); Blue value is 158 (62.11% from 255 or 23.98% from 659); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF99E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF99E is #030661. Grayscale: #EFEFEF. Windows color (decimal): -198242 or 10418684. OLE color: 10418684.
HSL color Cylindrical-coordinate representation of color #FCF99E: hue angle of 58.09º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FCF99E is Cyan = 0, Magento = 0.01, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 249 | 158 | - |
| CMYK | 0 | 0.01 | 0.37 | 0.01 |
| HSL | 58.09º | 0.94% | 0.8% | - |
| HSV(B) | 58.09º | 0.37% | 0.99% | - |
| XYZ | 80.19 | 90.92 | 45.67 | - |
| YUV | 239.52 | 81.99 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 249 | 158 | 0 | 0.01 | 0.37 | 0.01 | 58.09 | 0.94 | 0.8 |
| Hex | FC | F9 | 9E | 0 | 1 | 25 | 1 | 3A | 5E | 50 |
| Octal | 374 | 371 | 236 | 0 | 1 | 45 | 1 | 72 | 136 | 120 |
| Binary | 11111100 | 11111001 | 10011110 | 0 | 1 | 100101 | 1 | 111010 | 1011110 | 1010000 |
Color Harmonies of #FCF99E
Complementary color
Monochromatic Colors of #FCF99E
Black with #FCF99E
Text Example
Text Example
White with #FCF99E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF99E; }
p { color: rgb(252,249,158); }
H1.HeaderClassName
{
color: #FCF99E;
}
.AnyTagClassName
{
color: #FCF99E;
}
</style>
background-color css
<style>
a { background-color: #FCF99E; }
a { background-color: rgb(252,249,158); }
div.DivClassName
{
background-color: #FCF99E;
}
.BgClassName
{
background-color: #FCF99E;
}
</style>
border-color css
<style>
span { border-color: #FCF99E; }
span { border-color: rgb(252,249,158); }
td.TdClassName
{
border-color: #FCF99E;
}
.TagClassName
{
border-color: #FCF99E;
}
</style>