Shades of Pale Pink #FEE6E7
Tints of Pale Pink #FEE6E7
RGB
CMYK
RGB Variations
Color information
#FEE6E7 (or 0xFEE6E7) is known color: Pale Pink. HEX triplet: FE, E6 and E7. RGB value is (254,230,231). Sum of RGB (Red+Green+Blue) = 254+230+231=715 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.52% from 715); Green value is 230 (90.23% from 255 or 32.17% from 715); Blue value is 231 (90.62% from 255 or 32.31% from 715); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE6E7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEE6E7 is #011918. Grayscale: #EDEDED. Windows color (decimal): -71961 or 15197950. OLE color: 15197950.
HSL color Cylindrical-coordinate representation of color #FEE6E7: hue angle of 357.5º 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 #FEE6E7 is Cyan = 0, Magento = 0.09, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 230 | 231 | - |
| CMYK | 0 | 0.09 | 0.09 | 0.00 |
| HSL | 357.5º | 0.92% | 0.95% | - |
| HSV(B) | 357.5º | 0.09% | 1% | - |
| XYZ | 83.59 | 83.43 | 87.3 | - |
| YUV | 237.29 | 124.45 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 230 | 231 | 0 | 0.09 | 0.09 | 0.00 | 357.5 | 0.92 | 0.95 |
| Hex | FE | E6 | E7 | 0 | 9 | 9 | 0 | 166 | 5C | 5F |
| Octal | 376 | 346 | 347 | 0 | 11 | 11 | 0 | 546 | 134 | 137 |
| Binary | 11111110 | 11100110 | 11100111 | 0 | 1001 | 1001 | 0 | 101100110 | 1011100 | 1011111 |
Color Harmonies of #FEE6E7
Complementary color
Monochromatic Colors of #FEE6E7
Black with #FEE6E7
Text Example
Text Example
White with #FEE6E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE6E7; }
p { color: rgb(254,230,231); }
H1.HeaderClassName
{
color: #FEE6E7;
}
.AnyTagClassName
{
color: #FEE6E7;
}
</style>
background-color css
<style>
a { background-color: #FEE6E7; }
a { background-color: rgb(254,230,231); }
div.DivClassName
{
background-color: #FEE6E7;
}
.BgClassName
{
background-color: #FEE6E7;
}
</style>
border-color css
<style>
span { border-color: #FEE6E7; }
span { border-color: rgb(254,230,231); }
td.TdClassName
{
border-color: #FEE6E7;
}
.TagClassName
{
border-color: #FEE6E7;
}
</style>