Shades of Pale Prim #FEFBA1
Tints of Pale Prim #FEFBA1
RGB
CMYK
RGB Variations
Color information
#FEFBA1 (or 0xFEFBA1) is known color: Pale Prim. HEX triplet: FE, FB and A1. RGB value is (254,251,161). Sum of RGB (Red+Green+Blue) = 254+251+161=666 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.14% from 666); Green value is 251 (98.44% from 255 or 37.69% from 666); Blue value is 161 (63.28% from 255 or 24.17% from 666); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFBA1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFBA1 is #01045E. Grayscale: #F2F2F2. Windows color (decimal): -66655 or 10615806. OLE color: 10615806.
HSL color Cylindrical-coordinate representation of color #FEFBA1: hue angle of 58.06º 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 #FEFBA1 is Cyan = 0, Magento = 0.01, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 251 | 161 | - |
| CMYK | 0 | 0.01 | 0.37 | 0.00 |
| HSL | 58.06º | 0.98% | 0.81% | - |
| HSV(B) | 58.06º | 0.37% | 1% | - |
| XYZ | 81.8 | 92.64 | 47.29 | - |
| YUV | 241.64 | 82.49 | 136.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 251 | 161 | 0 | 0.01 | 0.37 | 0.00 | 58.06 | 0.98 | 0.81 |
| Hex | FE | FB | A1 | 0 | 1 | 25 | 0 | 3A | 62 | 51 |
| Octal | 376 | 373 | 241 | 0 | 1 | 45 | 0 | 72 | 142 | 121 |
| Binary | 11111110 | 11111011 | 10100001 | 0 | 1 | 100101 | 0 | 111010 | 1100010 | 1010001 |
Color Harmonies of #FEFBA1
Complementary color
Monochromatic Colors of #FEFBA1
Black with #FEFBA1
Text Example
Text Example
White with #FEFBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFBA1; }
p { color: rgb(254,251,161); }
H1.HeaderClassName
{
color: #FEFBA1;
}
.AnyTagClassName
{
color: #FEFBA1;
}
</style>
background-color css
<style>
a { background-color: #FEFBA1; }
a { background-color: rgb(254,251,161); }
div.DivClassName
{
background-color: #FEFBA1;
}
.BgClassName
{
background-color: #FEFBA1;
}
</style>
border-color css
<style>
span { border-color: #FEFBA1; }
span { border-color: rgb(254,251,161); }
td.TdClassName
{
border-color: #FEFBA1;
}
.TagClassName
{
border-color: #FEFBA1;
}
</style>