Shades of Wisp Pink #F0ECEB
Tints of Wisp Pink #F0ECEB
RGB
CMYK
RGB Variations
Color information
#F0ECEB (or 0xF0ECEB) is known color: Wisp Pink. HEX triplet: F0, EC and EB. RGB value is (240,236,235). Sum of RGB (Red+Green+Blue) = 240+236+235=711 (94% of max value = 765). Red value is 240 (94.14% from 255 or 33.76% from 711); Green value is 236 (92.58% from 255 or 33.19% from 711); Blue value is 235 (92.19% from 255 or 33.05% from 711); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ECEB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0ECEB is #0F1314. Grayscale: #EDEDED. Windows color (decimal): -987925 or 15461616. OLE color: 15461616.
HSL color Cylindrical-coordinate representation of color #F0ECEB: hue angle of 12º degrees, saturation: 0.14, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #F0ECEB is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
RGB | 240 | 236 | 235 | - |
CMYK | 0 | 0.02 | 0.02 | 0.06 |
HSL | 12º | 0.14% | 0.93% | - |
HSV(B) | 12º | 0.02% | 0.94% | - |
XYZ | 80.93 | 84.51 | 90.64 | - |
YUV | 237.08 | 126.83 | 130.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 240 | 236 | 235 | 0 | 0.02 | 0.02 | 0.06 | 12 | 0.14 | 0.93 |
Hex | F0 | EC | EB | 0 | 2 | 2 | 6 | C | E | 5D |
Octal | 360 | 354 | 353 | 0 | 2 | 2 | 6 | 14 | 16 | 135 |
Binary | 11110000 | 11101100 | 11101011 | 0 | 10 | 10 | 110 | 1100 | 1110 | 1011101 |
Color Harmonies of #F0ECEB
Complementary color
Monochromatic Colors of #F0ECEB
Black with #F0ECEB
Text Example
Text Example
White with #F0ECEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0ECEB; }
p { color: rgb(240,236,235); }
H1.HeaderClassName
{
color: #F0ECEB;
}
.AnyTagClassName
{
color: #F0ECEB;
}
</style>
background-color css
<style>
a { background-color: #F0ECEB; }
a { background-color: rgb(240,236,235); }
div.DivClassName
{
background-color: #F0ECEB;
}
.BgClassName
{
background-color: #F0ECEB;
}
</style>
border-color css
<style>
span { border-color: #F0ECEB; }
span { border-color: rgb(240,236,235); }
td.TdClassName
{
border-color: #F0ECEB;
}
.TagClassName
{
border-color: #F0ECEB;
}
</style>