Shades of Pale Prim #FCF89D
Tints of Pale Prim #FCF89D
RGB
CMYK
RGB Variations
Color information
#FCF89D (or 0xFCF89D) is known color: Pale Prim. HEX triplet: FC, F8 and 9D. RGB value is (252,248,157). Sum of RGB (Red+Green+Blue) = 252+248+157=657 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.36% from 657); Green value is 248 (97.27% from 255 or 37.75% from 657); Blue value is 157 (61.72% from 255 or 23.90% from 657); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF89D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF89D is #030762. Grayscale: #EFEFEF. Windows color (decimal): -198499 or 10352892. OLE color: 10352892.
HSL color Cylindrical-coordinate representation of color #FCF89D: hue angle of 57.47º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FCF89D is Cyan = 0, Magento = 0.02, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 248 | 157 | - |
| CMYK | 0 | 0.02 | 0.38 | 0.01 |
| HSL | 57.47º | 0.94% | 0.8% | - |
| HSV(B) | 57.47º | 0.38% | 0.99% | - |
| XYZ | 79.8 | 90.26 | 45.12 | - |
| YUV | 238.82 | 81.83 | 137.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 248 | 157 | 0 | 0.02 | 0.38 | 0.01 | 57.47 | 0.94 | 0.8 |
| Hex | FC | F8 | 9D | 0 | 2 | 26 | 1 | 39 | 5E | 50 |
| Octal | 374 | 370 | 235 | 0 | 2 | 46 | 1 | 71 | 136 | 120 |
| Binary | 11111100 | 11111000 | 10011101 | 0 | 10 | 100110 | 1 | 111001 | 1011110 | 1010000 |
Color Harmonies of #FCF89D
Complementary color
Monochromatic Colors of #FCF89D
Black with #FCF89D
Text Example
Text Example
White with #FCF89D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF89D; }
p { color: rgb(252,248,157); }
H1.HeaderClassName
{
color: #FCF89D;
}
.AnyTagClassName
{
color: #FCF89D;
}
</style>
background-color css
<style>
a { background-color: #FCF89D; }
a { background-color: rgb(252,248,157); }
div.DivClassName
{
background-color: #FCF89D;
}
.BgClassName
{
background-color: #FCF89D;
}
</style>
border-color css
<style>
span { border-color: #FCF89D; }
span { border-color: rgb(252,248,157); }
td.TdClassName
{
border-color: #FCF89D;
}
.TagClassName
{
border-color: #FCF89D;
}
</style>