Shades of Pale Prim #FCF49C
Tints of Pale Prim #FCF49C
RGB
CMYK
RGB Variations
Color information
#FCF49C (or 0xFCF49C) is known color: Pale Prim. HEX triplet: FC, F4 and 9C. RGB value is (252,244,156). Sum of RGB (Red+Green+Blue) = 252+244+156=652 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.65% from 652); Green value is 244 (95.70% from 255 or 37.42% from 652); Blue value is 156 (61.33% from 255 or 23.93% from 652); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF49C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF49C is #030B63. Grayscale: #ECECEC. Windows color (decimal): -199524 or 10286332. OLE color: 10286332.
HSL color Cylindrical-coordinate representation of color #FCF49C: hue angle of 55º 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 #FCF49C is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 244 | 156 | - |
| CMYK | 0 | 0.03 | 0.38 | 0.01 |
| HSL | 55º | 0.94% | 0.8% | - |
| HSV(B) | 55º | 0.38% | 0.99% | - |
| XYZ | 78.5 | 87.8 | 44.26 | - |
| YUV | 236.36 | 82.65 | 139.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 244 | 156 | 0 | 0.03 | 0.38 | 0.01 | 55 | 0.94 | 0.8 |
| Hex | FC | F4 | 9C | 0 | 3 | 26 | 1 | 37 | 5E | 50 |
| Octal | 374 | 364 | 234 | 0 | 3 | 46 | 1 | 67 | 136 | 120 |
| Binary | 11111100 | 11110100 | 10011100 | 0 | 11 | 100110 | 1 | 110111 | 1011110 | 1010000 |
Color Harmonies of #FCF49C
Complementary color
Monochromatic Colors of #FCF49C
Black with #FCF49C
Text Example
Text Example
White with #FCF49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF49C; }
p { color: rgb(252,244,156); }
H1.HeaderClassName
{
color: #FCF49C;
}
.AnyTagClassName
{
color: #FCF49C;
}
</style>
background-color css
<style>
a { background-color: #FCF49C; }
a { background-color: rgb(252,244,156); }
div.DivClassName
{
background-color: #FCF49C;
}
.BgClassName
{
background-color: #FCF49C;
}
</style>
border-color css
<style>
span { border-color: #FCF49C; }
span { border-color: rgb(252,244,156); }
td.TdClassName
{
border-color: #FCF49C;
}
.TagClassName
{
border-color: #FCF49C;
}
</style>