Shades of Pale Prim #FDFBA1
Tints of Pale Prim #FDFBA1
RGB
CMYK
RGB Variations
Color information
#FDFBA1 (or 0xFDFBA1) is known color: Pale Prim. HEX triplet: FD, FB and A1. RGB value is (253,251,161). Sum of RGB (Red+Green+Blue) = 253+251+161=665 (88% of max value = 765). Red value is 253 (99.22% from 255 or 38.05% from 665); Green value is 251 (98.44% from 255 or 37.74% from 665); Blue value is 161 (63.28% from 255 or 24.21% from 665); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFBA1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFBA1 is #02045E. Grayscale: #F1F1F1. Windows color (decimal): -132191 or 10615805. OLE color: 10615805.
HSL color Cylindrical-coordinate representation of color #FDFBA1: hue angle of 58.7º 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 #FDFBA1 is Cyan = 0, Magento = 0.01, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 251 | 161 | - |
CMYK | 0 | 0.01 | 0.36 | 0.01 |
HSL | 58.7º | 0.96% | 0.81% | - |
HSV(B) | 58.7º | 0.36% | 0.99% | - |
XYZ | 81.44 | 92.45 | 47.27 | - |
YUV | 241.34 | 82.66 | 136.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 251 | 161 | 0 | 0.01 | 0.36 | 0.01 | 58.7 | 0.96 | 0.81 |
Hex | FD | FB | A1 | 0 | 1 | 24 | 1 | 3B | 60 | 51 |
Octal | 375 | 373 | 241 | 0 | 1 | 44 | 1 | 73 | 140 | 121 |
Binary | 11111101 | 11111011 | 10100001 | 0 | 1 | 100100 | 1 | 111011 | 1100000 | 1010001 |
Color Harmonies of #FDFBA1
Complementary color
Monochromatic Colors of #FDFBA1
Black with #FDFBA1
Text Example
Text Example
White with #FDFBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFBA1; }
p { color: rgb(253,251,161); }
H1.HeaderClassName
{
color: #FDFBA1;
}
.AnyTagClassName
{
color: #FDFBA1;
}
</style>
background-color css
<style>
a { background-color: #FDFBA1; }
a { background-color: rgb(253,251,161); }
div.DivClassName
{
background-color: #FDFBA1;
}
.BgClassName
{
background-color: #FDFBA1;
}
</style>
border-color css
<style>
span { border-color: #FDFBA1; }
span { border-color: rgb(253,251,161); }
td.TdClassName
{
border-color: #FDFBA1;
}
.TagClassName
{
border-color: #FDFBA1;
}
</style>