Shades of Pale Prim #F6EEA4
Tints of Pale Prim #F6EEA4
RGB
CMYK
RGB Variations
Color information
#F6EEA4 (or 0xF6EEA4) is known color: Pale Prim. HEX triplet: F6, EE and A4. RGB value is (246,238,164). Sum of RGB (Red+Green+Blue) = 246+238+164=648 (85% of max value = 765). Red value is 246 (96.48% from 255 or 37.96% from 648); Green value is 238 (93.36% from 255 or 36.73% from 648); Blue value is 164 (64.45% from 255 or 25.31% from 648); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EEA4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6EEA4 is #09115B. Grayscale: #E8E8E8. Windows color (decimal): -594268 or 10809078. OLE color: 10809078.
HSL color Cylindrical-coordinate representation of color #F6EEA4: hue angle of 54.15º degrees, saturation: 0.82, 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 #F6EEA4 is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 238 | 164 | - |
| CMYK | 0 | 0.03 | 0.33 | 0.04 |
| HSL | 54.15º | 0.82% | 0.8% | - |
| HSV(B) | 54.15º | 0.33% | 0.96% | - |
| XYZ | 75.28 | 83.42 | 47.26 | - |
| YUV | 231.96 | 89.65 | 138.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 238 | 164 | 0 | 0.03 | 0.33 | 0.04 | 54.15 | 0.82 | 0.8 |
| Hex | F6 | EE | A4 | 0 | 3 | 21 | 4 | 36 | 52 | 50 |
| Octal | 366 | 356 | 244 | 0 | 3 | 41 | 4 | 66 | 122 | 120 |
| Binary | 11110110 | 11101110 | 10100100 | 0 | 11 | 100001 | 100 | 110110 | 1010010 | 1010000 |
Color Harmonies of #F6EEA4
Complementary color
Monochromatic Colors of #F6EEA4
Black with #F6EEA4
Text Example
Text Example
White with #F6EEA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6EEA4; }
p { color: rgb(246,238,164); }
H1.HeaderClassName
{
color: #F6EEA4;
}
.AnyTagClassName
{
color: #F6EEA4;
}
</style>
background-color css
<style>
a { background-color: #F6EEA4; }
a { background-color: rgb(246,238,164); }
div.DivClassName
{
background-color: #F6EEA4;
}
.BgClassName
{
background-color: #F6EEA4;
}
</style>
border-color css
<style>
span { border-color: #F6EEA4; }
span { border-color: rgb(246,238,164); }
td.TdClassName
{
border-color: #F6EEA4;
}
.TagClassName
{
border-color: #F6EEA4;
}
</style>