Shades of Wisp Pink #FEE9E4
Tints of Wisp Pink #FEE9E4
RGB
CMYK
RGB Variations
Color information
#FEE9E4 (or 0xFEE9E4) is known color: Wisp Pink. HEX triplet: FE, E9 and E4. RGB value is (254,233,228). Sum of RGB (Red+Green+Blue) = 254+233+228=715 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.52% from 715); Green value is 233 (91.41% from 255 or 32.59% from 715); Blue value is 228 (89.45% from 255 or 31.89% from 715); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE9E4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEE9E4 is #01161B. Grayscale: #EEEEEE. Windows color (decimal): -71196 or 15002110. OLE color: 15002110.
HSL color Cylindrical-coordinate representation of color #FEE9E4: hue angle of 11.54º degrees, saturation: 0.93, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FEE9E4 is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 233 | 228 | - |
CMYK | 0 | 0.08 | 0.10 | 0.00 |
HSL | 11.54º | 0.93% | 0.95% | - |
HSV(B) | 11.54º | 0.1% | 1% | - |
XYZ | 84.02 | 84.95 | 85.37 | - |
YUV | 238.71 | 121.96 | 138.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 233 | 228 | 0 | 0.08 | 0.10 | 0.00 | 11.54 | 0.93 | 0.95 |
Hex | FE | E9 | E4 | 0 | 8 | A | 0 | C | 5D | 5F |
Octal | 376 | 351 | 344 | 0 | 10 | 12 | 0 | 14 | 135 | 137 |
Binary | 11111110 | 11101001 | 11100100 | 0 | 1000 | 1010 | 0 | 1100 | 1011101 | 1011111 |
Color Harmonies of #FEE9E4
Complementary color
Monochromatic Colors of #FEE9E4
Black with #FEE9E4
Text Example
Text Example
White with #FEE9E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE9E4; }
p { color: rgb(254,233,228); }
H1.HeaderClassName
{
color: #FEE9E4;
}
.AnyTagClassName
{
color: #FEE9E4;
}
</style>
background-color css
<style>
a { background-color: #FEE9E4; }
a { background-color: rgb(254,233,228); }
div.DivClassName
{
background-color: #FEE9E4;
}
.BgClassName
{
background-color: #FEE9E4;
}
</style>
border-color css
<style>
span { border-color: #FEE9E4; }
span { border-color: rgb(254,233,228); }
td.TdClassName
{
border-color: #FEE9E4;
}
.TagClassName
{
border-color: #FEE9E4;
}
</style>