Shades of Pale Prim #FDF4A0
Tints of Pale Prim #FDF4A0
RGB
CMYK
RGB Variations
Color information
#FDF4A0 (or 0xFDF4A0) is known color: Pale Prim. HEX triplet: FD, F4 and A0. RGB value is (253,244,160). Sum of RGB (Red+Green+Blue) = 253+244+160=657 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.51% from 657); Green value is 244 (95.70% from 255 or 37.14% from 657); Blue value is 160 (62.89% from 255 or 24.35% from 657); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF4A0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF4A0 is #020B5F. Grayscale: #EDEDED. Windows color (decimal): -133984 or 10548477. OLE color: 10548477.
HSL color Cylindrical-coordinate representation of color #FDF4A0: hue angle of 54.19º 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 #FDF4A0 is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 244 | 160 | - |
| CMYK | 0 | 0.04 | 0.37 | 0.01 |
| HSL | 54.19º | 0.96% | 0.81% | - |
| HSV(B) | 54.19º | 0.37% | 0.99% | - |
| XYZ | 79.2 | 88.12 | 46.09 | - |
| YUV | 237.12 | 84.48 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 244 | 160 | 0 | 0.04 | 0.37 | 0.01 | 54.19 | 0.96 | 0.81 |
| Hex | FD | F4 | A0 | 0 | 4 | 25 | 1 | 36 | 60 | 51 |
| Octal | 375 | 364 | 240 | 0 | 4 | 45 | 1 | 66 | 140 | 121 |
| Binary | 11111101 | 11110100 | 10100000 | 0 | 100 | 100101 | 1 | 110110 | 1100000 | 1010001 |
Color Harmonies of #FDF4A0
Complementary color
Monochromatic Colors of #FDF4A0
Black with #FDF4A0
Text Example
Text Example
White with #FDF4A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF4A0; }
p { color: rgb(253,244,160); }
H1.HeaderClassName
{
color: #FDF4A0;
}
.AnyTagClassName
{
color: #FDF4A0;
}
</style>
background-color css
<style>
a { background-color: #FDF4A0; }
a { background-color: rgb(253,244,160); }
div.DivClassName
{
background-color: #FDF4A0;
}
.BgClassName
{
background-color: #FDF4A0;
}
</style>
border-color css
<style>
span { border-color: #FDF4A0; }
span { border-color: rgb(253,244,160); }
td.TdClassName
{
border-color: #FDF4A0;
}
.TagClassName
{
border-color: #FDF4A0;
}
</style>