Shades of Pale Prim #F5EFA4
Tints of Pale Prim #F5EFA4
RGB
CMYK
RGB Variations
Color information
#F5EFA4 (or 0xF5EFA4) is known color: Pale Prim. HEX triplet: F5, EF and A4. RGB value is (245,239,164). Sum of RGB (Red+Green+Blue) = 245+239+164=648 (85% of max value = 765). Red value is 245 (96.09% from 255 or 37.81% from 648); Green value is 239 (93.75% from 255 or 36.88% from 648); Blue value is 164 (64.45% from 255 or 25.31% from 648); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EFA4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5EFA4 is #0A105B. Grayscale: #E8E8E8. Windows color (decimal): -659548 or 10809333. OLE color: 10809333.
HSL color Cylindrical-coordinate representation of color #F5EFA4: hue angle of 55.56º degrees, saturation: 0.8, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F5EFA4 is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 239 | 164 | - |
| CMYK | 0 | 0.02 | 0.33 | 0.04 |
| HSL | 55.56º | 0.8% | 0.8% | - |
| HSV(B) | 55.56º | 0.33% | 0.96% | - |
| XYZ | 75.22 | 83.83 | 47.34 | - |
| YUV | 232.24 | 89.49 | 137.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 239 | 164 | 0 | 0.02 | 0.33 | 0.04 | 55.56 | 0.8 | 0.8 |
| Hex | F5 | EF | A4 | 0 | 2 | 21 | 4 | 38 | 50 | 50 |
| Octal | 365 | 357 | 244 | 0 | 2 | 41 | 4 | 70 | 120 | 120 |
| Binary | 11110101 | 11101111 | 10100100 | 0 | 10 | 100001 | 100 | 111000 | 1010000 | 1010000 |
Color Harmonies of #F5EFA4
Complementary color
Monochromatic Colors of #F5EFA4
Black with #F5EFA4
Text Example
Text Example
White with #F5EFA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5EFA4; }
p { color: rgb(245,239,164); }
H1.HeaderClassName
{
color: #F5EFA4;
}
.AnyTagClassName
{
color: #F5EFA4;
}
</style>
background-color css
<style>
a { background-color: #F5EFA4; }
a { background-color: rgb(245,239,164); }
div.DivClassName
{
background-color: #F5EFA4;
}
.BgClassName
{
background-color: #F5EFA4;
}
</style>
border-color css
<style>
span { border-color: #F5EFA4; }
span { border-color: rgb(245,239,164); }
td.TdClassName
{
border-color: #F5EFA4;
}
.TagClassName
{
border-color: #F5EFA4;
}
</style>