Shades of Pale Prim #FDF7A0
Tints of Pale Prim #FDF7A0
RGB
CMYK
RGB Variations
Color information
#FDF7A0 (or 0xFDF7A0) is known color: Pale Prim. HEX triplet: FD, F7 and A0. RGB value is (253,247,160). Sum of RGB (Red+Green+Blue) = 253+247+160=660 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.33% from 660); Green value is 247 (96.88% from 255 or 37.42% from 660); Blue value is 160 (62.89% from 255 or 24.24% from 660); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF7A0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF7A0 is #02085F. Grayscale: #EFEFEF. Windows color (decimal): -133216 or 10549245. OLE color: 10549245.
HSL color Cylindrical-coordinate representation of color #FDF7A0: hue angle of 56.13º 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 #FDF7A0 is Cyan = 0, Magento = 0.02, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 247 | 160 | - |
| CMYK | 0 | 0.02 | 0.37 | 0.01 |
| HSL | 56.13º | 0.96% | 0.81% | - |
| HSV(B) | 56.13º | 0.37% | 0.99% | - |
| XYZ | 80.11 | 89.94 | 46.4 | - |
| YUV | 238.88 | 83.49 | 138.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 247 | 160 | 0 | 0.02 | 0.37 | 0.01 | 56.13 | 0.96 | 0.81 |
| Hex | FD | F7 | A0 | 0 | 2 | 25 | 1 | 38 | 60 | 51 |
| Octal | 375 | 367 | 240 | 0 | 2 | 45 | 1 | 70 | 140 | 121 |
| Binary | 11111101 | 11110111 | 10100000 | 0 | 10 | 100101 | 1 | 111000 | 1100000 | 1010001 |
Color Harmonies of #FDF7A0
Complementary color
Monochromatic Colors of #FDF7A0
Black with #FDF7A0
Text Example
Text Example
White with #FDF7A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF7A0; }
p { color: rgb(253,247,160); }
H1.HeaderClassName
{
color: #FDF7A0;
}
.AnyTagClassName
{
color: #FDF7A0;
}
</style>
background-color css
<style>
a { background-color: #FDF7A0; }
a { background-color: rgb(253,247,160); }
div.DivClassName
{
background-color: #FDF7A0;
}
.BgClassName
{
background-color: #FDF7A0;
}
</style>
border-color css
<style>
span { border-color: #FDF7A0; }
span { border-color: rgb(253,247,160); }
td.TdClassName
{
border-color: #FDF7A0;
}
.TagClassName
{
border-color: #FDF7A0;
}
</style>