Shades of Wisp Pink #F7ECEA
Tints of Wisp Pink #F7ECEA
RGB
CMYK
RGB Variations
Color information
#F7ECEA (or 0xF7ECEA) is known color: Wisp Pink. HEX triplet: F7, EC and EA. RGB value is (247,236,234). Sum of RGB (Red+Green+Blue) = 247+236+234=717 (94% of max value = 765). Red value is 247 (96.88% from 255 or 34.45% from 717); Green value is 236 (92.58% from 255 or 32.91% from 717); Blue value is 234 (91.80% from 255 or 32.64% from 717); Max value from RGB is 247 - color contains mainly: red. Hex color #F7ECEA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F7ECEA is #081315. Grayscale: #EFEFEF. Windows color (decimal): -529174 or 15396087. OLE color: 15396087.
HSL color Cylindrical-coordinate representation of color #F7ECEA: hue angle of 9.23º degrees, saturation: 0.45, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #F7ECEA is Cyan = 0, Magento = 0.04, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 236 | 234 | - |
| CMYK | 0 | 0.04 | 0.05 | 0.03 |
| HSL | 9.23º | 0.45% | 0.94% | - |
| HSV(B) | 9.23º | 0.05% | 0.97% | - |
| XYZ | 83.2 | 85.71 | 90 | - |
| YUV | 239.06 | 125.14 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 236 | 234 | 0 | 0.04 | 0.05 | 0.03 | 9.23 | 0.45 | 0.94 |
| Hex | F7 | EC | EA | 0 | 4 | 5 | 3 | 9 | 2D | 5E |
| Octal | 367 | 354 | 352 | 0 | 4 | 5 | 3 | 11 | 55 | 136 |
| Binary | 11110111 | 11101100 | 11101010 | 0 | 100 | 101 | 11 | 1001 | 101101 | 1011110 |
Color Harmonies of #F7ECEA
Complementary color
Monochromatic Colors of #F7ECEA
Black with #F7ECEA
Text Example
Text Example
White with #F7ECEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7ECEA; }
p { color: rgb(247,236,234); }
H1.HeaderClassName
{
color: #F7ECEA;
}
.AnyTagClassName
{
color: #F7ECEA;
}
</style>
background-color css
<style>
a { background-color: #F7ECEA; }
a { background-color: rgb(247,236,234); }
div.DivClassName
{
background-color: #F7ECEA;
}
.BgClassName
{
background-color: #F7ECEA;
}
</style>
border-color css
<style>
span { border-color: #F7ECEA; }
span { border-color: rgb(247,236,234); }
td.TdClassName
{
border-color: #F7ECEA;
}
.TagClassName
{
border-color: #F7ECEA;
}
</style>