Shades of Polar #E8FAEA
Tints of Polar #E8FAEA
RGB
CMYK
RGB Variations
Color information
#E8FAEA (or 0xE8FAEA) is known color: Polar. HEX triplet: E8, FA and EA. RGB value is (232,250,234). Sum of RGB (Red+Green+Blue) = 232+250+234=716 (94% of max value = 765). Red value is 232 (91.02% from 255 or 32.40% from 716); Green value is 250 (98.05% from 255 or 34.92% from 716); Blue value is 234 (91.80% from 255 or 32.68% from 716); Max value from RGB is 250 - color contains mainly: green. Hex color #E8FAEA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E8FAEA is #170515. Grayscale: #F2F2F2. Windows color (decimal): -1508630 or 15399656. OLE color: 15399656.
HSL color Cylindrical-coordinate representation of color #E8FAEA: hue angle of 126.67º degrees, saturation: 0.64, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E8FAEA is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 232 | 250 | 234 | - |
| CMYK | 0.07 | 0 | 0.06 | 0.02 |
| HSL | 126.67º | 0.64% | 0.95% | - |
| HSV(B) | 126.67º | 0.07% | 0.98% | - |
| XYZ | 82.32 | 91.47 | 91.16 | - |
| YUV | 242.79 | 123.04 | 120.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 250 | 234 | 0.07 | 0 | 0.06 | 0.02 | 126.67 | 0.64 | 0.95 |
| Hex | E8 | FA | EA | 7 | 0 | 6 | 2 | 7F | 40 | 5F |
| Octal | 350 | 372 | 352 | 7 | 0 | 6 | 2 | 177 | 100 | 137 |
| Binary | 11101000 | 11111010 | 11101010 | 111 | 0 | 110 | 10 | 1111111 | 1000000 | 1011111 |
Color Harmonies of #E8FAEA
Complementary color
Monochromatic Colors of #E8FAEA
Black with #E8FAEA
Text Example
Text Example
White with #E8FAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8FAEA; }
p { color: rgb(232,250,234); }
H1.HeaderClassName
{
color: #E8FAEA;
}
.AnyTagClassName
{
color: #E8FAEA;
}
</style>
background-color css
<style>
a { background-color: #E8FAEA; }
a { background-color: rgb(232,250,234); }
div.DivClassName
{
background-color: #E8FAEA;
}
.BgClassName
{
background-color: #E8FAEA;
}
</style>
border-color css
<style>
span { border-color: #E8FAEA; }
span { border-color: rgb(232,250,234); }
td.TdClassName
{
border-color: #E8FAEA;
}
.TagClassName
{
border-color: #E8FAEA;
}
</style>