Shades of Carousel Pink #FEE5E8
Tints of Carousel Pink #FEE5E8
RGB
CMYK
RGB Variations
Color information
#FEE5E8 (or 0xFEE5E8) is known color: Carousel Pink. HEX triplet: FE, E5 and E8. RGB value is (254,229,232). Sum of RGB (Red+Green+Blue) = 254+229+232=715 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.52% from 715); Green value is 229 (89.84% from 255 or 32.03% from 715); Blue value is 232 (91.02% from 255 or 32.45% from 715); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE5E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEE5E8 is #011A17. Grayscale: #ECECEC. Windows color (decimal): -72216 or 15263230. OLE color: 15263230.
HSL color Cylindrical-coordinate representation of color #FEE5E8: hue angle of 352.8º degrees, saturation: 0.93, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FEE5E8 is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 229 | 232 | - |
| CMYK | 0 | 0.10 | 0.09 | 0.00 |
| HSL | 352.8º | 0.93% | 0.95% | - |
| HSV(B) | 352.8º | 0.1% | 1% | - |
| XYZ | 83.46 | 82.94 | 87.95 | - |
| YUV | 236.82 | 125.28 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 229 | 232 | 0 | 0.10 | 0.09 | 0.00 | 352.8 | 0.93 | 0.95 |
| Hex | FE | E5 | E8 | 0 | A | 9 | 0 | 161 | 5D | 5F |
| Octal | 376 | 345 | 350 | 0 | 12 | 11 | 0 | 541 | 135 | 137 |
| Binary | 11111110 | 11100101 | 11101000 | 0 | 1010 | 1001 | 0 | 101100001 | 1011101 | 1011111 |
Color Harmonies of #FEE5E8
Complementary color
Monochromatic Colors of #FEE5E8
Black with #FEE5E8
Text Example
Text Example
White with #FEE5E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE5E8; }
p { color: rgb(254,229,232); }
H1.HeaderClassName
{
color: #FEE5E8;
}
.AnyTagClassName
{
color: #FEE5E8;
}
</style>
background-color css
<style>
a { background-color: #FEE5E8; }
a { background-color: rgb(254,229,232); }
div.DivClassName
{
background-color: #FEE5E8;
}
.BgClassName
{
background-color: #FEE5E8;
}
</style>
border-color css
<style>
span { border-color: #FEE5E8; }
span { border-color: rgb(254,229,232); }
td.TdClassName
{
border-color: #FEE5E8;
}
.TagClassName
{
border-color: #FEE5E8;
}
</style>