Shades of Wisp Pink #FEECE7
Tints of Wisp Pink #FEECE7
RGB
CMYK
RGB Variations
Color information
#FEECE7 (or 0xFEECE7) is known color: Wisp Pink. HEX triplet: FE, EC and E7. RGB value is (254,236,231). Sum of RGB (Red+Green+Blue) = 254+236+231=721 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.23% from 721); Green value is 236 (92.58% from 255 or 32.73% from 721); Blue value is 231 (90.62% from 255 or 32.04% from 721); Max value from RGB is 254 - color contains mainly: red. Hex color #FEECE7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEECE7 is #011318. Grayscale: #F0F0F0. Windows color (decimal): -70425 or 15199486. OLE color: 15199486.
HSL color Cylindrical-coordinate representation of color #FEECE7: hue angle of 13.04º degrees, saturation: 0.92, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FEECE7 is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 236 | 231 | - |
CMYK | 0 | 0.07 | 0.09 | 0.00 |
HSL | 13.04º | 0.92% | 0.95% | - |
HSV(B) | 13.04º | 0.09% | 1% | - |
XYZ | 85.29 | 86.83 | 87.87 | - |
YUV | 240.81 | 122.46 | 137.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 236 | 231 | 0 | 0.07 | 0.09 | 0.00 | 13.04 | 0.92 | 0.95 |
Hex | FE | EC | E7 | 0 | 7 | 9 | 0 | D | 5C | 5F |
Octal | 376 | 354 | 347 | 0 | 7 | 11 | 0 | 15 | 134 | 137 |
Binary | 11111110 | 11101100 | 11100111 | 0 | 111 | 1001 | 0 | 1101 | 1011100 | 1011111 |
Color Harmonies of #FEECE7
Complementary color
Monochromatic Colors of #FEECE7
Black with #FEECE7
Text Example
Text Example
White with #FEECE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEECE7; }
p { color: rgb(254,236,231); }
H1.HeaderClassName
{
color: #FEECE7;
}
.AnyTagClassName
{
color: #FEECE7;
}
</style>
background-color css
<style>
a { background-color: #FEECE7; }
a { background-color: rgb(254,236,231); }
div.DivClassName
{
background-color: #FEECE7;
}
.BgClassName
{
background-color: #FEECE7;
}
</style>
border-color css
<style>
span { border-color: #FEECE7; }
span { border-color: rgb(254,236,231); }
td.TdClassName
{
border-color: #FEECE7;
}
.TagClassName
{
border-color: #FEECE7;
}
</style>