Shades of Carousel Pink #FEE2E7
Tints of Carousel Pink #FEE2E7
RGB
CMYK
RGB Variations
Color information
#FEE2E7 (or 0xFEE2E7) is known color: Carousel Pink. HEX triplet: FE, E2 and E7. RGB value is (254,226,231). Sum of RGB (Red+Green+Blue) = 254+226+231=711 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.72% from 711); Green value is 226 (88.67% from 255 or 31.79% from 711); Blue value is 231 (90.62% from 255 or 32.49% from 711); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE2E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEE2E7 is #011D18. Grayscale: #EAEAEA. Windows color (decimal): -72985 or 15196926. OLE color: 15196926.
HSL color Cylindrical-coordinate representation of color #FEE2E7: hue angle of 349.29º degrees, saturation: 0.93, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FEE2E7 is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 226 | 231 | - |
CMYK | 0 | 0.11 | 0.09 | 0.00 |
HSL | 349.29º | 0.93% | 0.94% | - |
HSV(B) | 349.29º | 0.11% | 1% | - |
XYZ | 82.49 | 81.23 | 86.93 | - |
YUV | 234.94 | 125.78 | 141.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 226 | 231 | 0 | 0.11 | 0.09 | 0.00 | 349.29 | 0.93 | 0.94 |
Hex | FE | E2 | E7 | 0 | B | 9 | 0 | 15D | 5D | 5E |
Octal | 376 | 342 | 347 | 0 | 13 | 11 | 0 | 535 | 135 | 136 |
Binary | 11111110 | 11100010 | 11100111 | 0 | 1011 | 1001 | 0 | 101011101 | 1011101 | 1011110 |
Color Harmonies of #FEE2E7
Complementary color
Monochromatic Colors of #FEE2E7
Black with #FEE2E7
Text Example
Text Example
White with #FEE2E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE2E7; }
p { color: rgb(254,226,231); }
H1.HeaderClassName
{
color: #FEE2E7;
}
.AnyTagClassName
{
color: #FEE2E7;
}
</style>
background-color css
<style>
a { background-color: #FEE2E7; }
a { background-color: rgb(254,226,231); }
div.DivClassName
{
background-color: #FEE2E7;
}
.BgClassName
{
background-color: #FEE2E7;
}
</style>
border-color css
<style>
span { border-color: #FEE2E7; }
span { border-color: rgb(254,226,231); }
td.TdClassName
{
border-color: #FEE2E7;
}
.TagClassName
{
border-color: #FEE2E7;
}
</style>