Shades of Wisp Pink #FFECE8
Tints of Wisp Pink #FFECE8
RGB
CMYK
RGB Variations
Color information
#FFECE8 (or 0xFFECE8) is known color: Wisp Pink. HEX triplet: FF, EC and E8. RGB value is (255,236,232). Sum of RGB (Red+Green+Blue) = 255+236+232=723 (95% of max value = 765). Red value is 255 (100% from 255 or 35.27% from 723); Green value is 236 (92.58% from 255 or 32.64% from 723); Blue value is 232 (91.02% from 255 or 32.09% from 723); Max value from RGB is 255 - color contains mainly: red. Hex color #FFECE8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFECE8 is #001317. Grayscale: #F1F1F1. Windows color (decimal): -4888 or 15265023. OLE color: 15265023.
HSL color Cylindrical-coordinate representation of color #FFECE8: hue angle of 10.43º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FFECE8 is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 236 | 232 | - |
| CMYK | 0 | 0.07 | 0.09 | 0 |
| HSL | 10.43º | 1% | 0.95% | - |
| HSV(B) | 10.43º | 0.09% | 1% | - |
| XYZ | 85.8 | 87.08 | 88.63 | - |
| YUV | 241.23 | 122.79 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 236 | 232 | 0 | 0.07 | 0.09 | 0 | 10.43 | 1 | 0.95 |
| Hex | FF | EC | E8 | 0 | 7 | 9 | 0 | A | 64 | 5F |
| Octal | 377 | 354 | 350 | 0 | 7 | 11 | 0 | 12 | 144 | 137 |
| Binary | 11111111 | 11101100 | 11101000 | 0 | 111 | 1001 | 0 | 1010 | 1100100 | 1011111 |
Color Harmonies of #FFECE8
Complementary color
Monochromatic Colors of #FFECE8
Black with #FFECE8
Text Example
Text Example
White with #FFECE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFECE8; }
p { color: rgb(255,236,232); }
H1.HeaderClassName
{
color: #FFECE8;
}
.AnyTagClassName
{
color: #FFECE8;
}
</style>
background-color css
<style>
a { background-color: #FFECE8; }
a { background-color: rgb(255,236,232); }
div.DivClassName
{
background-color: #FFECE8;
}
.BgClassName
{
background-color: #FFECE8;
}
</style>
border-color css
<style>
span { border-color: #FFECE8; }
span { border-color: rgb(255,236,232); }
td.TdClassName
{
border-color: #FFECE8;
}
.TagClassName
{
border-color: #FFECE8;
}
</style>