Shades of Pale Prim #FEFBA0
Tints of Pale Prim #FEFBA0
RGB
CMYK
RGB Variations
Color information
#FEFBA0 (or 0xFEFBA0) is known color: Pale Prim. HEX triplet: FE, FB and A0. RGB value is (254,251,160). Sum of RGB (Red+Green+Blue) = 254+251+160=665 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.20% from 665); Green value is 251 (98.44% from 255 or 37.74% from 665); Blue value is 160 (62.89% from 255 or 24.06% from 665); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFBA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFBA0 is #01045F. Grayscale: #F1F1F1. Windows color (decimal): -66656 or 10550270. OLE color: 10550270.
HSL color Cylindrical-coordinate representation of color #FEFBA0: hue angle of 58.09º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FEFBA0 is Cyan = 0, Magento = 0.01, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 251 | 160 | - |
| CMYK | 0 | 0.01 | 0.37 | 0.00 |
| HSL | 58.09º | 0.98% | 0.81% | - |
| HSV(B) | 58.09º | 0.37% | 1% | - |
| XYZ | 81.72 | 92.6 | 46.83 | - |
| YUV | 241.52 | 81.99 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 251 | 160 | 0 | 0.01 | 0.37 | 0.00 | 58.09 | 0.98 | 0.81 |
| Hex | FE | FB | A0 | 0 | 1 | 25 | 0 | 3A | 62 | 51 |
| Octal | 376 | 373 | 240 | 0 | 1 | 45 | 0 | 72 | 142 | 121 |
| Binary | 11111110 | 11111011 | 10100000 | 0 | 1 | 100101 | 0 | 111010 | 1100010 | 1010001 |
Color Harmonies of #FEFBA0
Complementary color
Monochromatic Colors of #FEFBA0
Black with #FEFBA0
Text Example
Text Example
White with #FEFBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFBA0; }
p { color: rgb(254,251,160); }
H1.HeaderClassName
{
color: #FEFBA0;
}
.AnyTagClassName
{
color: #FEFBA0;
}
</style>
background-color css
<style>
a { background-color: #FEFBA0; }
a { background-color: rgb(254,251,160); }
div.DivClassName
{
background-color: #FEFBA0;
}
.BgClassName
{
background-color: #FEFBA0;
}
</style>
border-color css
<style>
span { border-color: #FEFBA0; }
span { border-color: rgb(254,251,160); }
td.TdClassName
{
border-color: #FEFBA0;
}
.TagClassName
{
border-color: #FEFBA0;
}
</style>