Shades of Pale Prim #FDFAA3
Tints of Pale Prim #FDFAA3
RGB
CMYK
RGB Variations
Color information
#FDFAA3 (or 0xFDFAA3) is known color: Pale Prim. HEX triplet: FD, FA and A3. RGB value is (253,250,163). Sum of RGB (Red+Green+Blue) = 253+250+163=666 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.99% from 666); Green value is 250 (98.05% from 255 or 37.54% from 666); Blue value is 163 (64.06% from 255 or 24.47% from 666); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFAA3 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFAA3 is #02055C. Grayscale: #F1F1F1. Windows color (decimal): -132445 or 10746621. OLE color: 10746621.
HSL color Cylindrical-coordinate representation of color #FDFAA3: hue angle of 58º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FDFAA3 is Cyan = 0, Magento = 0.01, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 250 | 163 | - |
CMYK | 0 | 0.01 | 0.36 | 0.01 |
HSL | 58º | 0.96% | 0.82% | - |
HSV(B) | 58º | 0.36% | 0.99% | - |
XYZ | 81.3 | 91.9 | 48.1 | - |
YUV | 240.98 | 83.99 | 136.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 250 | 163 | 0 | 0.01 | 0.36 | 0.01 | 58 | 0.96 | 0.82 |
Hex | FD | FA | A3 | 0 | 1 | 24 | 1 | 3A | 60 | 52 |
Octal | 375 | 372 | 243 | 0 | 1 | 44 | 1 | 72 | 140 | 122 |
Binary | 11111101 | 11111010 | 10100011 | 0 | 1 | 100100 | 1 | 111010 | 1100000 | 1010010 |
Color Harmonies of #FDFAA3
Complementary color
Monochromatic Colors of #FDFAA3
Black with #FDFAA3
Text Example
Text Example
White with #FDFAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFAA3; }
p { color: rgb(253,250,163); }
H1.HeaderClassName
{
color: #FDFAA3;
}
.AnyTagClassName
{
color: #FDFAA3;
}
</style>
background-color css
<style>
a { background-color: #FDFAA3; }
a { background-color: rgb(253,250,163); }
div.DivClassName
{
background-color: #FDFAA3;
}
.BgClassName
{
background-color: #FDFAA3;
}
</style>
border-color css
<style>
span { border-color: #FDFAA3; }
span { border-color: rgb(253,250,163); }
td.TdClassName
{
border-color: #FDFAA3;
}
.TagClassName
{
border-color: #FDFAA3;
}
</style>