Shades of Carousel Pink #FEE6E8
Tints of Carousel Pink #FEE6E8
RGB
CMYK
RGB Variations
Color information
#FEE6E8 (or 0xFEE6E8) is known color: Carousel Pink. HEX triplet: FE, E6 and E8. RGB value is (254,230,232). Sum of RGB (Red+Green+Blue) = 254+230+232=716 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.47% from 716); Green value is 230 (90.23% from 255 or 32.12% from 716); Blue value is 232 (91.02% from 255 or 32.40% from 716); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE6E8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEE6E8 is #011917. Grayscale: #EDEDED. Windows color (decimal): -71960 or 15263486. OLE color: 15263486.
HSL color Cylindrical-coordinate representation of color #FEE6E8: hue angle of 355º degrees, saturation: 0.92, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FEE6E8 is Cyan = 0, Magento = 0.09, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 230 | 232 | - |
| CMYK | 0 | 0.09 | 0.09 | 0.00 |
| HSL | 355º | 0.92% | 0.95% | - |
| HSV(B) | 355º | 0.09% | 1% | - |
| XYZ | 83.74 | 83.49 | 88.05 | - |
| YUV | 237.4 | 124.95 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 230 | 232 | 0 | 0.09 | 0.09 | 0.00 | 355 | 0.92 | 0.95 |
| Hex | FE | E6 | E8 | 0 | 9 | 9 | 0 | 163 | 5C | 5F |
| Octal | 376 | 346 | 350 | 0 | 11 | 11 | 0 | 543 | 134 | 137 |
| Binary | 11111110 | 11100110 | 11101000 | 0 | 1001 | 1001 | 0 | 101100011 | 1011100 | 1011111 |
Color Harmonies of #FEE6E8
Complementary color
Monochromatic Colors of #FEE6E8
Black with #FEE6E8
Text Example
Text Example
White with #FEE6E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE6E8; }
p { color: rgb(254,230,232); }
H1.HeaderClassName
{
color: #FEE6E8;
}
.AnyTagClassName
{
color: #FEE6E8;
}
</style>
background-color css
<style>
a { background-color: #FEE6E8; }
a { background-color: rgb(254,230,232); }
div.DivClassName
{
background-color: #FEE6E8;
}
.BgClassName
{
background-color: #FEE6E8;
}
</style>
border-color css
<style>
span { border-color: #FEE6E8; }
span { border-color: rgb(254,230,232); }
td.TdClassName
{
border-color: #FEE6E8;
}
.TagClassName
{
border-color: #FEE6E8;
}
</style>