Shades of Wisp Pink #F5ECEA
Tints of Wisp Pink #F5ECEA
RGB
CMYK
RGB Variations
Color information
#F5ECEA (or 0xF5ECEA) is known color: Wisp Pink. HEX triplet: F5, EC and EA. RGB value is (245,236,234). Sum of RGB (Red+Green+Blue) = 245+236+234=715 (94% of max value = 765). Red value is 245 (96.09% from 255 or 34.27% from 715); Green value is 236 (92.58% from 255 or 33.01% from 715); Blue value is 234 (91.80% from 255 or 32.73% from 715); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ECEA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5ECEA is #0A1315. Grayscale: #EEEEEE. Windows color (decimal): -660246 or 15396085. OLE color: 15396085.
HSL color Cylindrical-coordinate representation of color #F5ECEA: hue angle of 10.91º degrees, saturation: 0.35, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F5ECEA is Cyan = 0, Magento = 0.04, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 236 | 234 | - |
| CMYK | 0 | 0.04 | 0.04 | 0.04 |
| HSL | 10.91º | 0.35% | 0.94% | - |
| HSV(B) | 10.91º | 0.04% | 0.96% | - |
| XYZ | 82.5 | 85.34 | 89.97 | - |
| YUV | 238.46 | 125.48 | 132.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 236 | 234 | 0 | 0.04 | 0.04 | 0.04 | 10.91 | 0.35 | 0.94 |
| Hex | F5 | EC | EA | 0 | 4 | 4 | 4 | B | 23 | 5E |
| Octal | 365 | 354 | 352 | 0 | 4 | 4 | 4 | 13 | 43 | 136 |
| Binary | 11110101 | 11101100 | 11101010 | 0 | 100 | 100 | 100 | 1011 | 100011 | 1011110 |
Color Harmonies of #F5ECEA
Complementary color
Monochromatic Colors of #F5ECEA
Black with #F5ECEA
Text Example
Text Example
White with #F5ECEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5ECEA; }
p { color: rgb(245,236,234); }
H1.HeaderClassName
{
color: #F5ECEA;
}
.AnyTagClassName
{
color: #F5ECEA;
}
</style>
background-color css
<style>
a { background-color: #F5ECEA; }
a { background-color: rgb(245,236,234); }
div.DivClassName
{
background-color: #F5ECEA;
}
.BgClassName
{
background-color: #F5ECEA;
}
</style>
border-color css
<style>
span { border-color: #F5ECEA; }
span { border-color: rgb(245,236,234); }
td.TdClassName
{
border-color: #F5ECEA;
}
.TagClassName
{
border-color: #F5ECEA;
}
</style>