Shades of Pale Prim #FDF4A1
Tints of Pale Prim #FDF4A1
RGB
CMYK
RGB Variations
Color information
#FDF4A1 (or 0xFDF4A1) is known color: Pale Prim. HEX triplet: FD, F4 and A1. RGB value is (253,244,161). Sum of RGB (Red+Green+Blue) = 253+244+161=658 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.45% from 658); Green value is 244 (95.70% from 255 or 37.08% from 658); Blue value is 161 (63.28% from 255 or 24.47% from 658); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF4A1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF4A1 is #020B5E. Grayscale: #EDEDED. Windows color (decimal): -133983 or 10614013. OLE color: 10614013.
HSL color Cylindrical-coordinate representation of color #FDF4A1: hue angle of 54.13º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FDF4A1 is Cyan = 0, Magento = 0.04, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 244 | 161 | - |
CMYK | 0 | 0.04 | 0.36 | 0.01 |
HSL | 54.13º | 0.96% | 0.81% | - |
HSV(B) | 54.13º | 0.36% | 0.99% | - |
XYZ | 79.29 | 88.16 | 46.56 | - |
YUV | 237.23 | 84.98 | 139.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 244 | 161 | 0 | 0.04 | 0.36 | 0.01 | 54.13 | 0.96 | 0.81 |
Hex | FD | F4 | A1 | 0 | 4 | 24 | 1 | 36 | 60 | 51 |
Octal | 375 | 364 | 241 | 0 | 4 | 44 | 1 | 66 | 140 | 121 |
Binary | 11111101 | 11110100 | 10100001 | 0 | 100 | 100100 | 1 | 110110 | 1100000 | 1010001 |
Color Harmonies of #FDF4A1
Complementary color
Monochromatic Colors of #FDF4A1
Black with #FDF4A1
Text Example
Text Example
White with #FDF4A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF4A1; }
p { color: rgb(253,244,161); }
H1.HeaderClassName
{
color: #FDF4A1;
}
.AnyTagClassName
{
color: #FDF4A1;
}
</style>
background-color css
<style>
a { background-color: #FDF4A1; }
a { background-color: rgb(253,244,161); }
div.DivClassName
{
background-color: #FDF4A1;
}
.BgClassName
{
background-color: #FDF4A1;
}
</style>
border-color css
<style>
span { border-color: #FDF4A1; }
span { border-color: rgb(253,244,161); }
td.TdClassName
{
border-color: #FDF4A1;
}
.TagClassName
{
border-color: #FDF4A1;
}
</style>