Shades of Carousel Pink #FEE2E5
Tints of Carousel Pink #FEE2E5
RGB
CMYK
RGB Variations
Color information
#FEE2E5 (or 0xFEE2E5) is known color: Carousel Pink. HEX triplet: FE, E2 and E5. RGB value is (254,226,229). Sum of RGB (Red+Green+Blue) = 254+226+229=709 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.83% from 709); Green value is 226 (88.67% from 255 or 31.88% from 709); Blue value is 229 (89.84% from 255 or 32.30% from 709); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE2E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE2E5 is #011D1A. Grayscale: #EAEAEA. Windows color (decimal): -72987 or 15065854. OLE color: 15065854.
HSL color Cylindrical-coordinate representation of color #FEE2E5: hue angle of 353.57º 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 #FEE2E5 is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 226 | 229 | - |
CMYK | 0 | 0.11 | 0.10 | 0.00 |
HSL | 353.57º | 0.93% | 0.94% | - |
HSV(B) | 353.57º | 0.11% | 1% | - |
XYZ | 82.21 | 81.12 | 85.45 | - |
YUV | 234.71 | 124.78 | 141.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 226 | 229 | 0 | 0.11 | 0.10 | 0.00 | 353.57 | 0.93 | 0.94 |
Hex | FE | E2 | E5 | 0 | B | A | 0 | 162 | 5D | 5E |
Octal | 376 | 342 | 345 | 0 | 13 | 12 | 0 | 542 | 135 | 136 |
Binary | 11111110 | 11100010 | 11100101 | 0 | 1011 | 1010 | 0 | 101100010 | 1011101 | 1011110 |
Color Harmonies of #FEE2E5
Complementary color
Monochromatic Colors of #FEE2E5
Black with #FEE2E5
Text Example
Text Example
White with #FEE2E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE2E5; }
p { color: rgb(254,226,229); }
H1.HeaderClassName
{
color: #FEE2E5;
}
.AnyTagClassName
{
color: #FEE2E5;
}
</style>
background-color css
<style>
a { background-color: #FEE2E5; }
a { background-color: rgb(254,226,229); }
div.DivClassName
{
background-color: #FEE2E5;
}
.BgClassName
{
background-color: #FEE2E5;
}
</style>
border-color css
<style>
span { border-color: #FEE2E5; }
span { border-color: rgb(254,226,229); }
td.TdClassName
{
border-color: #FEE2E5;
}
.TagClassName
{
border-color: #FEE2E5;
}
</style>