Shades of Pale Prim #FEF89B
Tints of Pale Prim #FEF89B
RGB
CMYK
RGB Variations
Color information
#FEF89B (or 0xFEF89B) is known color: Pale Prim. HEX triplet: FE, F8 and 9B. RGB value is (254,248,155). Sum of RGB (Red+Green+Blue) = 254+248+155=657 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.66% from 657); Green value is 248 (97.27% from 255 or 37.75% from 657); Blue value is 155 (60.94% from 255 or 23.59% from 657); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF89B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF89B is #010764. Grayscale: #EFEFEF. Windows color (decimal): -67429 or 10221822. OLE color: 10221822.
HSL color Cylindrical-coordinate representation of color #FEF89B: hue angle of 56.36º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FEF89B is Cyan = 0, Magento = 0.02, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 248 | 155 | - |
| CMYK | 0 | 0.02 | 0.39 | 0.00 |
| HSL | 56.36º | 0.98% | 0.8% | - |
| HSV(B) | 56.36º | 0.39% | 1% | - |
| XYZ | 80.36 | 90.57 | 44.26 | - |
| YUV | 239.19 | 80.49 | 138.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 248 | 155 | 0 | 0.02 | 0.39 | 0.00 | 56.36 | 0.98 | 0.8 |
| Hex | FE | F8 | 9B | 0 | 2 | 27 | 0 | 38 | 62 | 50 |
| Octal | 376 | 370 | 233 | 0 | 2 | 47 | 0 | 70 | 142 | 120 |
| Binary | 11111110 | 11111000 | 10011011 | 0 | 10 | 100111 | 0 | 111000 | 1100010 | 1010000 |
Color Harmonies of #FEF89B
Complementary color
Monochromatic Colors of #FEF89B
Black with #FEF89B
Text Example
Text Example
White with #FEF89B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF89B; }
p { color: rgb(254,248,155); }
H1.HeaderClassName
{
color: #FEF89B;
}
.AnyTagClassName
{
color: #FEF89B;
}
</style>
background-color css
<style>
a { background-color: #FEF89B; }
a { background-color: rgb(254,248,155); }
div.DivClassName
{
background-color: #FEF89B;
}
.BgClassName
{
background-color: #FEF89B;
}
</style>
border-color css
<style>
span { border-color: #FEF89B; }
span { border-color: rgb(254,248,155); }
td.TdClassName
{
border-color: #FEF89B;
}
.TagClassName
{
border-color: #FEF89B;
}
</style>