Shades of Wisp Pink #FEE9E2
Tints of Wisp Pink #FEE9E2
RGB
CMYK
RGB Variations
Color information
#FEE9E2 (or 0xFEE9E2) is known color: Wisp Pink. HEX triplet: FE, E9 and E2. RGB value is (254,233,226). Sum of RGB (Red+Green+Blue) = 254+233+226=713 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.62% from 713); Green value is 233 (91.41% from 255 or 32.68% from 713); Blue value is 226 (88.67% from 255 or 31.70% from 713); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE9E2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEE9E2 is #01161D. Grayscale: #EEEEEE. Windows color (decimal): -71198 or 14871038. OLE color: 14871038.
HSL color Cylindrical-coordinate representation of color #FEE9E2: hue angle of 15º degrees, saturation: 0.93, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FEE9E2 is Cyan = 0, Magento = 0.08, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 233 | 226 | - |
CMYK | 0 | 0.08 | 0.11 | 0.00 |
HSL | 15º | 0.93% | 0.94% | - |
HSV(B) | 15º | 0.11% | 1% | - |
XYZ | 83.74 | 84.84 | 83.91 | - |
YUV | 238.48 | 120.96 | 139.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 233 | 226 | 0 | 0.08 | 0.11 | 0.00 | 15 | 0.93 | 0.94 |
Hex | FE | E9 | E2 | 0 | 8 | B | 0 | F | 5D | 5E |
Octal | 376 | 351 | 342 | 0 | 10 | 13 | 0 | 17 | 135 | 136 |
Binary | 11111110 | 11101001 | 11100010 | 0 | 1000 | 1011 | 0 | 1111 | 1011101 | 1011110 |
Color Harmonies of #FEE9E2
Complementary color
Monochromatic Colors of #FEE9E2
Black with #FEE9E2
Text Example
Text Example
White with #FEE9E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE9E2; }
p { color: rgb(254,233,226); }
H1.HeaderClassName
{
color: #FEE9E2;
}
.AnyTagClassName
{
color: #FEE9E2;
}
</style>
background-color css
<style>
a { background-color: #FEE9E2; }
a { background-color: rgb(254,233,226); }
div.DivClassName
{
background-color: #FEE9E2;
}
.BgClassName
{
background-color: #FEE9E2;
}
</style>
border-color css
<style>
span { border-color: #FEE9E2; }
span { border-color: rgb(254,233,226); }
td.TdClassName
{
border-color: #FEE9E2;
}
.TagClassName
{
border-color: #FEE9E2;
}
</style>