Shades of Pale Prim #FDF1A5
Tints of Pale Prim #FDF1A5
RGB
CMYK
RGB Variations
Color information
#FDF1A5 (or 0xFDF1A5) is known color: Pale Prim. HEX triplet: FD, F1 and A5. RGB value is (253,241,165). Sum of RGB (Red+Green+Blue) = 253+241+165=659 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.39% from 659); Green value is 241 (94.53% from 255 or 36.57% from 659); Blue value is 165 (64.84% from 255 or 25.04% from 659); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF1A5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF1A5 is #020E5A. Grayscale: #ECECEC. Windows color (decimal): -134747 or 10875389. OLE color: 10875389.
HSL color Cylindrical-coordinate representation of color #FDF1A5: hue angle of 51.82º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FDF1A5 is Cyan = 0, Magento = 0.05, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 241 | 165 | - |
| CMYK | 0 | 0.05 | 0.35 | 0.01 |
| HSL | 51.82º | 0.96% | 0.82% | - |
| HSV(B) | 51.82º | 0.35% | 0.99% | - |
| XYZ | 78.75 | 86.51 | 48.14 | - |
| YUV | 235.92 | 87.98 | 140.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 241 | 165 | 0 | 0.05 | 0.35 | 0.01 | 51.82 | 0.96 | 0.82 |
| Hex | FD | F1 | A5 | 0 | 5 | 23 | 1 | 34 | 60 | 52 |
| Octal | 375 | 361 | 245 | 0 | 5 | 43 | 1 | 64 | 140 | 122 |
| Binary | 11111101 | 11110001 | 10100101 | 0 | 101 | 100011 | 1 | 110100 | 1100000 | 1010010 |
Color Harmonies of #FDF1A5
Complementary color
Monochromatic Colors of #FDF1A5
Black with #FDF1A5
Text Example
Text Example
White with #FDF1A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF1A5; }
p { color: rgb(253,241,165); }
H1.HeaderClassName
{
color: #FDF1A5;
}
.AnyTagClassName
{
color: #FDF1A5;
}
</style>
background-color css
<style>
a { background-color: #FDF1A5; }
a { background-color: rgb(253,241,165); }
div.DivClassName
{
background-color: #FDF1A5;
}
.BgClassName
{
background-color: #FDF1A5;
}
</style>
border-color css
<style>
span { border-color: #FDF1A5; }
span { border-color: rgb(253,241,165); }
td.TdClassName
{
border-color: #FDF1A5;
}
.TagClassName
{
border-color: #FDF1A5;
}
</style>