Shades of Pale Prim #FDFBA0
Tints of Pale Prim #FDFBA0
RGB
CMYK
RGB Variations
Color information
#FDFBA0 (or 0xFDFBA0) is known color: Pale Prim. HEX triplet: FD, FB and A0. RGB value is (253,251,160). Sum of RGB (Red+Green+Blue) = 253+251+160=664 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.10% from 664); Green value is 251 (98.44% from 255 or 37.80% from 664); Blue value is 160 (62.89% from 255 or 24.10% from 664); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFBA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFBA0 is #02045F. Grayscale: #F1F1F1. Windows color (decimal): -132192 or 10550269. OLE color: 10550269.
HSL color Cylindrical-coordinate representation of color #FDFBA0: hue angle of 58.71º 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 #FDFBA0 is Cyan = 0, Magento = 0.01, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 251 | 160 | - |
| CMYK | 0 | 0.01 | 0.37 | 0.01 |
| HSL | 58.71º | 0.96% | 0.81% | - |
| HSV(B) | 58.71º | 0.37% | 0.99% | - |
| XYZ | 81.35 | 92.42 | 46.81 | - |
| YUV | 241.22 | 82.16 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 251 | 160 | 0 | 0.01 | 0.37 | 0.01 | 58.71 | 0.96 | 0.81 |
| Hex | FD | FB | A0 | 0 | 1 | 25 | 1 | 3B | 60 | 51 |
| Octal | 375 | 373 | 240 | 0 | 1 | 45 | 1 | 73 | 140 | 121 |
| Binary | 11111101 | 11111011 | 10100000 | 0 | 1 | 100101 | 1 | 111011 | 1100000 | 1010001 |
Color Harmonies of #FDFBA0
Complementary color
Monochromatic Colors of #FDFBA0
Black with #FDFBA0
Text Example
Text Example
White with #FDFBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFBA0; }
p { color: rgb(253,251,160); }
H1.HeaderClassName
{
color: #FDFBA0;
}
.AnyTagClassName
{
color: #FDFBA0;
}
</style>
background-color css
<style>
a { background-color: #FDFBA0; }
a { background-color: rgb(253,251,160); }
div.DivClassName
{
background-color: #FDFBA0;
}
.BgClassName
{
background-color: #FDFBA0;
}
</style>
border-color css
<style>
span { border-color: #FDFBA0; }
span { border-color: rgb(253,251,160); }
td.TdClassName
{
border-color: #FDFBA0;
}
.TagClassName
{
border-color: #FDFBA0;
}
</style>