Shades of Wisp Pink #FFEBE5
Tints of Wisp Pink #FFEBE5
RGB
CMYK
RGB Variations
Color information
#FFEBE5 (or 0xFFEBE5) is known color: Wisp Pink. HEX triplet: FF, EB and E5. RGB value is (255,235,229). Sum of RGB (Red+Green+Blue) = 255+235+229=719 (95% of max value = 765). Red value is 255 (100% from 255 or 35.47% from 719); Green value is 235 (92.19% from 255 or 32.68% from 719); Blue value is 229 (89.84% from 255 or 31.85% from 719); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEBE5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEBE5 is #00141A. Grayscale: #F0F0F0. Windows color (decimal): -5147 or 15068159. OLE color: 15068159.
HSL color Cylindrical-coordinate representation of color #FFEBE5: hue angle of 13.85º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FFEBE5 is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 235 | 229 | - |
| CMYK | 0 | 0.08 | 0.10 | 0 |
| HSL | 13.85º | 1% | 0.95% | - |
| HSV(B) | 13.85º | 0.1% | 1% | - |
| XYZ | 85.09 | 86.33 | 86.31 | - |
| YUV | 240.3 | 121.63 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 235 | 229 | 0 | 0.08 | 0.10 | 0 | 13.85 | 1 | 0.95 |
| Hex | FF | EB | E5 | 0 | 8 | A | 0 | E | 64 | 5F |
| Octal | 377 | 353 | 345 | 0 | 10 | 12 | 0 | 16 | 144 | 137 |
| Binary | 11111111 | 11101011 | 11100101 | 0 | 1000 | 1010 | 0 | 1110 | 1100100 | 1011111 |
Color Harmonies of #FFEBE5
Complementary color
Monochromatic Colors of #FFEBE5
Black with #FFEBE5
Text Example
Text Example
White with #FFEBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEBE5; }
p { color: rgb(255,235,229); }
H1.HeaderClassName
{
color: #FFEBE5;
}
.AnyTagClassName
{
color: #FFEBE5;
}
</style>
background-color css
<style>
a { background-color: #FFEBE5; }
a { background-color: rgb(255,235,229); }
div.DivClassName
{
background-color: #FFEBE5;
}
.BgClassName
{
background-color: #FFEBE5;
}
</style>
border-color css
<style>
span { border-color: #FFEBE5; }
span { border-color: rgb(255,235,229); }
td.TdClassName
{
border-color: #FFEBE5;
}
.TagClassName
{
border-color: #FFEBE5;
}
</style>