Shades of Pale Prim #FCF89B
Tints of Pale Prim #FCF89B
RGB
CMYK
RGB Variations
Color information
#FCF89B (or 0xFCF89B) is known color: Pale Prim. HEX triplet: FC, F8 and 9B. RGB value is (252,248,155). Sum of RGB (Red+Green+Blue) = 252+248+155=655 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.47% from 655); Green value is 248 (97.27% from 255 or 37.86% from 655); Blue value is 155 (60.94% from 255 or 23.66% from 655); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF89B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF89B is #030764. Grayscale: #EEEEEE. Windows color (decimal): -198501 or 10221820. OLE color: 10221820.
HSL color Cylindrical-coordinate representation of color #FCF89B: hue angle of 57.53º 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 #FCF89B is Cyan = 0, Magento = 0.02, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 248 | 155 | - |
| CMYK | 0 | 0.02 | 0.38 | 0.01 |
| HSL | 57.53º | 0.94% | 0.8% | - |
| HSV(B) | 57.53º | 0.38% | 0.99% | - |
| XYZ | 79.63 | 90.2 | 44.22 | - |
| YUV | 238.59 | 80.83 | 137.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 248 | 155 | 0 | 0.02 | 0.38 | 0.01 | 57.53 | 0.94 | 0.8 |
| Hex | FC | F8 | 9B | 0 | 2 | 26 | 1 | 3A | 5E | 50 |
| Octal | 374 | 370 | 233 | 0 | 2 | 46 | 1 | 72 | 136 | 120 |
| Binary | 11111100 | 11111000 | 10011011 | 0 | 10 | 100110 | 1 | 111010 | 1011110 | 1010000 |
Color Harmonies of #FCF89B
Complementary color
Monochromatic Colors of #FCF89B
Black with #FCF89B
Text Example
Text Example
White with #FCF89B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF89B; }
p { color: rgb(252,248,155); }
H1.HeaderClassName
{
color: #FCF89B;
}
.AnyTagClassName
{
color: #FCF89B;
}
</style>
background-color css
<style>
a { background-color: #FCF89B; }
a { background-color: rgb(252,248,155); }
div.DivClassName
{
background-color: #FCF89B;
}
.BgClassName
{
background-color: #FCF89B;
}
</style>
border-color css
<style>
span { border-color: #FCF89B; }
span { border-color: rgb(252,248,155); }
td.TdClassName
{
border-color: #FCF89B;
}
.TagClassName
{
border-color: #FCF89B;
}
</style>