Shades of Carousel Pink #FEE1E5
Tints of Carousel Pink #FEE1E5
RGB
CMYK
RGB Variations
Color information
#FEE1E5 (or 0xFEE1E5) is known color: Carousel Pink. HEX triplet: FE, E1 and E5. RGB value is (254,225,229). Sum of RGB (Red+Green+Blue) = 254+225+229=708 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.88% from 708); Green value is 225 (88.28% from 255 or 31.78% from 708); Blue value is 229 (89.84% from 255 or 32.34% from 708); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE1E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE1E5 is #011E1A. Grayscale: #EAEAEA. Windows color (decimal): -73243 or 15065598. OLE color: 15065598.
HSL color Cylindrical-coordinate representation of color #FEE1E5: hue angle of 351.72º 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 #FEE1E5 is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 225 | 229 | - |
CMYK | 0 | 0.11 | 0.10 | 0.00 |
HSL | 351.72º | 0.94% | 0.94% | - |
HSV(B) | 351.72º | 0.11% | 1% | - |
XYZ | 81.94 | 80.58 | 85.36 | - |
YUV | 234.13 | 125.11 | 142.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 225 | 229 | 0 | 0.11 | 0.10 | 0.00 | 351.72 | 0.94 | 0.94 |
Hex | FE | E1 | E5 | 0 | B | A | 0 | 160 | 5E | 5E |
Octal | 376 | 341 | 345 | 0 | 13 | 12 | 0 | 540 | 136 | 136 |
Binary | 11111110 | 11100001 | 11100101 | 0 | 1011 | 1010 | 0 | 101100000 | 1011110 | 1011110 |
Color Harmonies of #FEE1E5
Complementary color
Monochromatic Colors of #FEE1E5
Black with #FEE1E5
Text Example
Text Example
White with #FEE1E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE1E5; }
p { color: rgb(254,225,229); }
H1.HeaderClassName
{
color: #FEE1E5;
}
.AnyTagClassName
{
color: #FEE1E5;
}
</style>
background-color css
<style>
a { background-color: #FEE1E5; }
a { background-color: rgb(254,225,229); }
div.DivClassName
{
background-color: #FEE1E5;
}
.BgClassName
{
background-color: #FEE1E5;
}
</style>
border-color css
<style>
span { border-color: #FEE1E5; }
span { border-color: rgb(254,225,229); }
td.TdClassName
{
border-color: #FEE1E5;
}
.TagClassName
{
border-color: #FEE1E5;
}
</style>