Shades of Pale Prim #FCF99A
Tints of Pale Prim #FCF99A
RGB
CMYK
RGB Variations
Color information
#FCF99A (or 0xFCF99A) is known color: Pale Prim. HEX triplet: FC, F9 and 9A. RGB value is (252,249,154). Sum of RGB (Red+Green+Blue) = 252+249+154=655 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.47% from 655); Green value is 249 (97.66% from 255 or 38.02% from 655); Blue value is 154 (60.55% from 255 or 23.51% from 655); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF99A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF99A is #030665. Grayscale: #EFEFEF. Windows color (decimal): -198246 or 10156540. OLE color: 10156540.
HSL color Cylindrical-coordinate representation of color #FCF99A: hue angle of 58.16º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FCF99A is Cyan = 0, Magento = 0.01, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 249 | 154 | - |
| CMYK | 0 | 0.01 | 0.39 | 0.01 |
| HSL | 58.16º | 0.94% | 0.8% | - |
| HSV(B) | 58.16º | 0.39% | 0.99% | - |
| XYZ | 79.85 | 90.78 | 43.89 | - |
| YUV | 239.07 | 79.99 | 137.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 249 | 154 | 0 | 0.01 | 0.39 | 0.01 | 58.16 | 0.94 | 0.8 |
| Hex | FC | F9 | 9A | 0 | 1 | 27 | 1 | 3A | 5E | 50 |
| Octal | 374 | 371 | 232 | 0 | 1 | 47 | 1 | 72 | 136 | 120 |
| Binary | 11111100 | 11111001 | 10011010 | 0 | 1 | 100111 | 1 | 111010 | 1011110 | 1010000 |
Color Harmonies of #FCF99A
Complementary color
Monochromatic Colors of #FCF99A
Black with #FCF99A
Text Example
Text Example
White with #FCF99A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF99A; }
p { color: rgb(252,249,154); }
H1.HeaderClassName
{
color: #FCF99A;
}
.AnyTagClassName
{
color: #FCF99A;
}
</style>
background-color css
<style>
a { background-color: #FCF99A; }
a { background-color: rgb(252,249,154); }
div.DivClassName
{
background-color: #FCF99A;
}
.BgClassName
{
background-color: #FCF99A;
}
</style>
border-color css
<style>
span { border-color: #FCF99A; }
span { border-color: rgb(252,249,154); }
td.TdClassName
{
border-color: #FCF99A;
}
.TagClassName
{
border-color: #FCF99A;
}
</style>