Shades of Pale Prim #FDF49F
Tints of Pale Prim #FDF49F
RGB
CMYK
RGB Variations
Color information
#FDF49F (or 0xFDF49F) is known color: Pale Prim. HEX triplet: FD, F4 and 9F. RGB value is (253,244,159). Sum of RGB (Red+Green+Blue) = 253+244+159=656 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.57% from 656); Green value is 244 (95.70% from 255 or 37.20% from 656); Blue value is 159 (62.5% from 255 or 24.24% from 656); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF49F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF49F is #020B60. Grayscale: #EDEDED. Windows color (decimal): -133985 or 10482941. OLE color: 10482941.
HSL color Cylindrical-coordinate representation of color #FDF49F: hue angle of 54.26º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FDF49F is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 244 | 159 | - |
| CMYK | 0 | 0.04 | 0.37 | 0.01 |
| HSL | 54.26º | 0.96% | 0.81% | - |
| HSV(B) | 54.26º | 0.37% | 0.99% | - |
| XYZ | 79.12 | 88.09 | 45.63 | - |
| YUV | 237 | 83.98 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 244 | 159 | 0 | 0.04 | 0.37 | 0.01 | 54.26 | 0.96 | 0.81 |
| Hex | FD | F4 | 9F | 0 | 4 | 25 | 1 | 36 | 60 | 51 |
| Octal | 375 | 364 | 237 | 0 | 4 | 45 | 1 | 66 | 140 | 121 |
| Binary | 11111101 | 11110100 | 10011111 | 0 | 100 | 100101 | 1 | 110110 | 1100000 | 1010001 |
Color Harmonies of #FDF49F
Complementary color
Monochromatic Colors of #FDF49F
Black with #FDF49F
Text Example
Text Example
White with #FDF49F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF49F; }
p { color: rgb(253,244,159); }
H1.HeaderClassName
{
color: #FDF49F;
}
.AnyTagClassName
{
color: #FDF49F;
}
</style>
background-color css
<style>
a { background-color: #FDF49F; }
a { background-color: rgb(253,244,159); }
div.DivClassName
{
background-color: #FDF49F;
}
.BgClassName
{
background-color: #FDF49F;
}
</style>
border-color css
<style>
span { border-color: #FDF49F; }
span { border-color: rgb(253,244,159); }
td.TdClassName
{
border-color: #FDF49F;
}
.TagClassName
{
border-color: #FDF49F;
}
</style>