Shades of Pale Prim #FFFBA0
Tints of Pale Prim #FFFBA0
RGB
CMYK
RGB Variations
Color information
#FFFBA0 (or 0xFFFBA0) is known color: Pale Prim. HEX triplet: FF, FB and A0. RGB value is (255,251,160). Sum of RGB (Red+Green+Blue) = 255+251+160=666 (88% of max value = 765). Red value is 255 (100% from 255 or 38.29% from 666); Green value is 251 (98.44% from 255 or 37.69% from 666); Blue value is 160 (62.89% from 255 or 24.02% from 666); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFBA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFBA0 is #00045F. Grayscale: #F2F2F2. Windows color (decimal): -1120 or 10550271. OLE color: 10550271.
HSL color Cylindrical-coordinate representation of color #FFFBA0: hue angle of 57.47º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FFFBA0 is Cyan = 0, Magento = 0.02, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 251 | 160 | - |
| CMYK | 0 | 0.02 | 0.37 | 0 |
| HSL | 57.47º | 1% | 0.81% | - |
| HSV(B) | 57.47º | 0.37% | 1% | - |
| XYZ | 82.08 | 92.79 | 46.84 | - |
| YUV | 241.82 | 81.83 | 137.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 251 | 160 | 0 | 0.02 | 0.37 | 0 | 57.47 | 1 | 0.81 |
| Hex | FF | FB | A0 | 0 | 2 | 25 | 0 | 39 | 64 | 51 |
| Octal | 377 | 373 | 240 | 0 | 2 | 45 | 0 | 71 | 144 | 121 |
| Binary | 11111111 | 11111011 | 10100000 | 0 | 10 | 100101 | 0 | 111001 | 1100100 | 1010001 |
Color Harmonies of #FFFBA0
Complementary color
Monochromatic Colors of #FFFBA0
Black with #FFFBA0
Text Example
Text Example
White with #FFFBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFBA0; }
p { color: rgb(255,251,160); }
H1.HeaderClassName
{
color: #FFFBA0;
}
.AnyTagClassName
{
color: #FFFBA0;
}
</style>
background-color css
<style>
a { background-color: #FFFBA0; }
a { background-color: rgb(255,251,160); }
div.DivClassName
{
background-color: #FFFBA0;
}
.BgClassName
{
background-color: #FFFBA0;
}
</style>
border-color css
<style>
span { border-color: #FFFBA0; }
span { border-color: rgb(255,251,160); }
td.TdClassName
{
border-color: #FFFBA0;
}
.TagClassName
{
border-color: #FFFBA0;
}
</style>