Shades of Pale Prim #FBFBA0
Tints of Pale Prim #FBFBA0
RGB
CMYK
RGB Variations
Color information
#FBFBA0 (or 0xFBFBA0) is known color: Pale Prim. HEX triplet: FB, FB and A0. RGB value is (251,251,160). Sum of RGB (Red+Green+Blue) = 251+251+160=662 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.92% from 662); Green value is 251 (98.44% from 255 or 37.92% from 662); Blue value is 160 (62.89% from 255 or 24.17% from 662); Max value from RGB is 251 - color contains mainly: red, green. Hex color #FBFBA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBFBA0 is #04045F. Grayscale: #F0F0F0. Windows color (decimal): -263264 or 10550267. OLE color: 10550267.
HSL color Cylindrical-coordinate representation of color #FBFBA0: hue angle of 60º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FBFBA0 is Cyan = 0, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 251 | 160 | - |
| CMYK | 0 | 0 | 0.36 | 0.02 |
| HSL | 60º | 0.92% | 0.81% | - |
| HSV(B) | 60º | 0.36% | 0.98% | - |
| XYZ | 80.63 | 92.04 | 46.77 | - |
| YUV | 240.63 | 82.5 | 135.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 251 | 160 | 0 | 0 | 0.36 | 0.02 | 60 | 0.92 | 0.81 |
| Hex | FB | FB | A0 | 0 | 0 | 24 | 2 | 3C | 5C | 51 |
| Octal | 373 | 373 | 240 | 0 | 0 | 44 | 2 | 74 | 134 | 121 |
| Binary | 11111011 | 11111011 | 10100000 | 0 | 0 | 100100 | 10 | 111100 | 1011100 | 1010001 |
Color Harmonies of #FBFBA0
Complementary color
Monochromatic Colors of #FBFBA0
Black with #FBFBA0
Text Example
Text Example
White with #FBFBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFBA0; }
p { color: rgb(251,251,160); }
H1.HeaderClassName
{
color: #FBFBA0;
}
.AnyTagClassName
{
color: #FBFBA0;
}
</style>
background-color css
<style>
a { background-color: #FBFBA0; }
a { background-color: rgb(251,251,160); }
div.DivClassName
{
background-color: #FBFBA0;
}
.BgClassName
{
background-color: #FBFBA0;
}
</style>
border-color css
<style>
span { border-color: #FBFBA0; }
span { border-color: rgb(251,251,160); }
td.TdClassName
{
border-color: #FBFBA0;
}
.TagClassName
{
border-color: #FBFBA0;
}
</style>