Shades of Wisp Pink #FEEBE5
Tints of Wisp Pink #FEEBE5
RGB
CMYK
RGB Variations
Color information
#FEEBE5 (or 0xFEEBE5) is known color: Wisp Pink. HEX triplet: FE, EB and E5. RGB value is (254,235,229). Sum of RGB (Red+Green+Blue) = 254+235+229=718 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.38% from 718); Green value is 235 (92.19% from 255 or 32.73% from 718); Blue value is 229 (89.84% from 255 or 31.89% from 718); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEBE5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEBE5 is #01141A. Grayscale: #F0F0F0. Windows color (decimal): -70683 or 15068158. OLE color: 15068158.
HSL color Cylindrical-coordinate representation of color #FEEBE5: hue angle of 14.4º 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 #FEEBE5 is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 235 | 229 | - |
| CMYK | 0 | 0.07 | 0.10 | 0.00 |
| HSL | 14.4º | 0.93% | 0.95% | - |
| HSV(B) | 14.4º | 0.1% | 1% | - |
| XYZ | 84.72 | 86.14 | 86.29 | - |
| YUV | 240 | 121.79 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 235 | 229 | 0 | 0.07 | 0.10 | 0.00 | 14.4 | 0.93 | 0.95 |
| Hex | FE | EB | E5 | 0 | 7 | A | 0 | E | 5D | 5F |
| Octal | 376 | 353 | 345 | 0 | 7 | 12 | 0 | 16 | 135 | 137 |
| Binary | 11111110 | 11101011 | 11100101 | 0 | 111 | 1010 | 0 | 1110 | 1011101 | 1011111 |
Color Harmonies of #FEEBE5
Complementary color
Monochromatic Colors of #FEEBE5
Black with #FEEBE5
Text Example
Text Example
White with #FEEBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEBE5; }
p { color: rgb(254,235,229); }
H1.HeaderClassName
{
color: #FEEBE5;
}
.AnyTagClassName
{
color: #FEEBE5;
}
</style>
background-color css
<style>
a { background-color: #FEEBE5; }
a { background-color: rgb(254,235,229); }
div.DivClassName
{
background-color: #FEEBE5;
}
.BgClassName
{
background-color: #FEEBE5;
}
</style>
border-color css
<style>
span { border-color: #FEEBE5; }
span { border-color: rgb(254,235,229); }
td.TdClassName
{
border-color: #FEEBE5;
}
.TagClassName
{
border-color: #FEEBE5;
}
</style>