Shades of Pale Prim #FDF2A0
Tints of Pale Prim #FDF2A0
RGB
CMYK
RGB Variations
Color information
#FDF2A0 (or 0xFDF2A0) is known color: Pale Prim. HEX triplet: FD, F2 and A0. RGB value is (253,242,160). Sum of RGB (Red+Green+Blue) = 253+242+160=655 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.63% from 655); Green value is 242 (94.92% from 255 or 36.95% from 655); Blue value is 160 (62.89% from 255 or 24.43% from 655); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF2A0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF2A0 is #020D5F. Grayscale: #ECECEC. Windows color (decimal): -134496 or 10547965. OLE color: 10547965.
HSL color Cylindrical-coordinate representation of color #FDF2A0: hue angle of 52.9º 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 #FDF2A0 is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 242 | 160 | - |
| CMYK | 0 | 0.04 | 0.37 | 0.01 |
| HSL | 52.9º | 0.96% | 0.81% | - |
| HSV(B) | 52.9º | 0.37% | 0.99% | - |
| XYZ | 78.61 | 86.92 | 45.89 | - |
| YUV | 235.94 | 85.14 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 242 | 160 | 0 | 0.04 | 0.37 | 0.01 | 52.9 | 0.96 | 0.81 |
| Hex | FD | F2 | A0 | 0 | 4 | 25 | 1 | 35 | 60 | 51 |
| Octal | 375 | 362 | 240 | 0 | 4 | 45 | 1 | 65 | 140 | 121 |
| Binary | 11111101 | 11110010 | 10100000 | 0 | 100 | 100101 | 1 | 110101 | 1100000 | 1010001 |
Color Harmonies of #FDF2A0
Complementary color
Monochromatic Colors of #FDF2A0
Black with #FDF2A0
Text Example
Text Example
White with #FDF2A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF2A0; }
p { color: rgb(253,242,160); }
H1.HeaderClassName
{
color: #FDF2A0;
}
.AnyTagClassName
{
color: #FDF2A0;
}
</style>
background-color css
<style>
a { background-color: #FDF2A0; }
a { background-color: rgb(253,242,160); }
div.DivClassName
{
background-color: #FDF2A0;
}
.BgClassName
{
background-color: #FDF2A0;
}
</style>
border-color css
<style>
span { border-color: #FDF2A0; }
span { border-color: rgb(253,242,160); }
td.TdClassName
{
border-color: #FDF2A0;
}
.TagClassName
{
border-color: #FDF2A0;
}
</style>