Shades of Pale Prim #F9EFA5
Tints of Pale Prim #F9EFA5
RGB
CMYK
RGB Variations
Color information
#F9EFA5 (or 0xF9EFA5) is known color: Pale Prim. HEX triplet: F9, EF and A5. RGB value is (249,239,165). Sum of RGB (Red+Green+Blue) = 249+239+165=653 (86% of max value = 765). Red value is 249 (97.66% from 255 or 38.13% from 653); Green value is 239 (93.75% from 255 or 36.60% from 653); Blue value is 165 (64.84% from 255 or 25.27% from 653); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EFA5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9EFA5 is #06105A. Grayscale: #E9E9E9. Windows color (decimal): -397403 or 10874873. OLE color: 10874873.
HSL color Cylindrical-coordinate representation of color #F9EFA5: hue angle of 52.86º degrees, saturation: 0.88, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F9EFA5 is Cyan = 0, Magento = 0.04, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 239 | 165 | - |
| CMYK | 0 | 0.04 | 0.34 | 0.02 |
| HSL | 52.86º | 0.88% | 0.81% | - |
| HSV(B) | 52.86º | 0.34% | 0.98% | - |
| XYZ | 76.72 | 84.59 | 47.88 | - |
| YUV | 233.55 | 89.31 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 239 | 165 | 0 | 0.04 | 0.34 | 0.02 | 52.86 | 0.88 | 0.81 |
| Hex | F9 | EF | A5 | 0 | 4 | 22 | 2 | 35 | 58 | 51 |
| Octal | 371 | 357 | 245 | 0 | 4 | 42 | 2 | 65 | 130 | 121 |
| Binary | 11111001 | 11101111 | 10100101 | 0 | 100 | 100010 | 10 | 110101 | 1011000 | 1010001 |
Color Harmonies of #F9EFA5
Complementary color
Monochromatic Colors of #F9EFA5
Black with #F9EFA5
Text Example
Text Example
White with #F9EFA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9EFA5; }
p { color: rgb(249,239,165); }
H1.HeaderClassName
{
color: #F9EFA5;
}
.AnyTagClassName
{
color: #F9EFA5;
}
</style>
background-color css
<style>
a { background-color: #F9EFA5; }
a { background-color: rgb(249,239,165); }
div.DivClassName
{
background-color: #F9EFA5;
}
.BgClassName
{
background-color: #F9EFA5;
}
</style>
border-color css
<style>
span { border-color: #F9EFA5; }
span { border-color: rgb(249,239,165); }
td.TdClassName
{
border-color: #F9EFA5;
}
.TagClassName
{
border-color: #F9EFA5;
}
</style>