Shades of Pale Prim #FCF89C
Tints of Pale Prim #FCF89C
RGB
CMYK
RGB Variations
Color information
#FCF89C (or 0xFCF89C) is known color: Pale Prim. HEX triplet: FC, F8 and 9C. RGB value is (252,248,156). Sum of RGB (Red+Green+Blue) = 252+248+156=656 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.41% from 656); Green value is 248 (97.27% from 255 or 37.80% from 656); Blue value is 156 (61.33% from 255 or 23.78% from 656); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF89C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF89C is #030763. Grayscale: #EFEFEF. Windows color (decimal): -198500 or 10287356. OLE color: 10287356.
HSL color Cylindrical-coordinate representation of color #FCF89C: hue angle of 57.5º 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 #FCF89C is Cyan = 0, Magento = 0.02, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 248 | 156 | - |
| CMYK | 0 | 0.02 | 0.38 | 0.01 |
| HSL | 57.5º | 0.94% | 0.8% | - |
| HSV(B) | 57.5º | 0.38% | 0.99% | - |
| XYZ | 79.71 | 90.23 | 44.67 | - |
| YUV | 238.71 | 81.33 | 137.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 248 | 156 | 0 | 0.02 | 0.38 | 0.01 | 57.5 | 0.94 | 0.8 |
| Hex | FC | F8 | 9C | 0 | 2 | 26 | 1 | 3A | 5E | 50 |
| Octal | 374 | 370 | 234 | 0 | 2 | 46 | 1 | 72 | 136 | 120 |
| Binary | 11111100 | 11111000 | 10011100 | 0 | 10 | 100110 | 1 | 111010 | 1011110 | 1010000 |
Color Harmonies of #FCF89C
Complementary color
Monochromatic Colors of #FCF89C
Black with #FCF89C
Text Example
Text Example
White with #FCF89C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF89C; }
p { color: rgb(252,248,156); }
H1.HeaderClassName
{
color: #FCF89C;
}
.AnyTagClassName
{
color: #FCF89C;
}
</style>
background-color css
<style>
a { background-color: #FCF89C; }
a { background-color: rgb(252,248,156); }
div.DivClassName
{
background-color: #FCF89C;
}
.BgClassName
{
background-color: #FCF89C;
}
</style>
border-color css
<style>
span { border-color: #FCF89C; }
span { border-color: rgb(252,248,156); }
td.TdClassName
{
border-color: #FCF89C;
}
.TagClassName
{
border-color: #FCF89C;
}
</style>