Shades of Pale Prim #F6EEA5
Tints of Pale Prim #F6EEA5
RGB
CMYK
RGB Variations
Color information
#F6EEA5 (or 0xF6EEA5) is known color: Pale Prim. HEX triplet: F6, EE and A5. RGB value is (246,238,165). Sum of RGB (Red+Green+Blue) = 246+238+165=649 (85% of max value = 765). Red value is 246 (96.48% from 255 or 37.90% from 649); Green value is 238 (93.36% from 255 or 36.67% from 649); Blue value is 165 (64.84% from 255 or 25.42% from 649); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EEA5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6EEA5 is #09115A. Grayscale: #E8E8E8. Windows color (decimal): -594267 or 10874614. OLE color: 10874614.
HSL color Cylindrical-coordinate representation of color #F6EEA5: hue angle of 54.07º degrees, saturation: 0.82, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F6EEA5 is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 238 | 165 | - |
| CMYK | 0 | 0.03 | 0.33 | 0.04 |
| HSL | 54.07º | 0.82% | 0.81% | - |
| HSV(B) | 54.07º | 0.33% | 0.96% | - |
| XYZ | 75.37 | 83.46 | 47.73 | - |
| YUV | 232.07 | 90.15 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 238 | 165 | 0 | 0.03 | 0.33 | 0.04 | 54.07 | 0.82 | 0.81 |
| Hex | F6 | EE | A5 | 0 | 3 | 21 | 4 | 36 | 52 | 51 |
| Octal | 366 | 356 | 245 | 0 | 3 | 41 | 4 | 66 | 122 | 121 |
| Binary | 11110110 | 11101110 | 10100101 | 0 | 11 | 100001 | 100 | 110110 | 1010010 | 1010001 |
Color Harmonies of #F6EEA5
Complementary color
Monochromatic Colors of #F6EEA5
Black with #F6EEA5
Text Example
Text Example
White with #F6EEA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6EEA5; }
p { color: rgb(246,238,165); }
H1.HeaderClassName
{
color: #F6EEA5;
}
.AnyTagClassName
{
color: #F6EEA5;
}
</style>
background-color css
<style>
a { background-color: #F6EEA5; }
a { background-color: rgb(246,238,165); }
div.DivClassName
{
background-color: #F6EEA5;
}
.BgClassName
{
background-color: #F6EEA5;
}
</style>
border-color css
<style>
span { border-color: #F6EEA5; }
span { border-color: rgb(246,238,165); }
td.TdClassName
{
border-color: #F6EEA5;
}
.TagClassName
{
border-color: #F6EEA5;
}
</style>