Shades of Carousel Pink #FEE1E7
Tints of Carousel Pink #FEE1E7
RGB
CMYK
RGB Variations
Color information
#FEE1E7 (or 0xFEE1E7) is known color: Carousel Pink. HEX triplet: FE, E1 and E7. RGB value is (254,225,231). Sum of RGB (Red+Green+Blue) = 254+225+231=710 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.77% from 710); Green value is 225 (88.28% from 255 or 31.69% from 710); Blue value is 231 (90.62% from 255 or 32.54% from 710); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE1E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEE1E7 is #011E18. Grayscale: #EAEAEA. Windows color (decimal): -73241 or 15196670. OLE color: 15196670.
HSL color Cylindrical-coordinate representation of color #FEE1E7: hue angle of 347.59º degrees, saturation: 0.94, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FEE1E7 is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 225 | 231 | - |
| CMYK | 0 | 0.11 | 0.09 | 0.00 |
| HSL | 347.59º | 0.94% | 0.94% | - |
| HSV(B) | 347.59º | 0.11% | 1% | - |
| XYZ | 82.22 | 80.69 | 86.84 | - |
| YUV | 234.36 | 126.11 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 225 | 231 | 0 | 0.11 | 0.09 | 0.00 | 347.59 | 0.94 | 0.94 |
| Hex | FE | E1 | E7 | 0 | B | 9 | 0 | 15C | 5E | 5E |
| Octal | 376 | 341 | 347 | 0 | 13 | 11 | 0 | 534 | 136 | 136 |
| Binary | 11111110 | 11100001 | 11100111 | 0 | 1011 | 1001 | 0 | 101011100 | 1011110 | 1011110 |
Color Harmonies of #FEE1E7
Complementary color
Monochromatic Colors of #FEE1E7
Black with #FEE1E7
Text Example
Text Example
White with #FEE1E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE1E7; }
p { color: rgb(254,225,231); }
H1.HeaderClassName
{
color: #FEE1E7;
}
.AnyTagClassName
{
color: #FEE1E7;
}
</style>
background-color css
<style>
a { background-color: #FEE1E7; }
a { background-color: rgb(254,225,231); }
div.DivClassName
{
background-color: #FEE1E7;
}
.BgClassName
{
background-color: #FEE1E7;
}
</style>
border-color css
<style>
span { border-color: #FEE1E7; }
span { border-color: rgb(254,225,231); }
td.TdClassName
{
border-color: #FEE1E7;
}
.TagClassName
{
border-color: #FEE1E7;
}
</style>