Shades of Carousel Pink #FEE2E6
Tints of Carousel Pink #FEE2E6
RGB
CMYK
RGB Variations
Color information
#FEE2E6 (or 0xFEE2E6) is known color: Carousel Pink. HEX triplet: FE, E2 and E6. RGB value is (254,226,230). Sum of RGB (Red+Green+Blue) = 254+226+230=710 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.77% from 710); Green value is 226 (88.67% from 255 or 31.83% from 710); Blue value is 230 (90.23% from 255 or 32.39% from 710); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE2E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEE2E6 is #011D19. Grayscale: #EAEAEA. Windows color (decimal): -72986 or 15131390. OLE color: 15131390.
HSL color Cylindrical-coordinate representation of color #FEE2E6: hue angle of 351.43º 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 #FEE2E6 is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 226 | 230 | - |
CMYK | 0 | 0.11 | 0.09 | 0.00 |
HSL | 351.43º | 0.93% | 0.94% | - |
HSV(B) | 351.43º | 0.11% | 1% | - |
XYZ | 82.35 | 81.18 | 86.19 | - |
YUV | 234.83 | 125.28 | 141.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 226 | 230 | 0 | 0.11 | 0.09 | 0.00 | 351.43 | 0.93 | 0.94 |
Hex | FE | E2 | E6 | 0 | B | 9 | 0 | 15F | 5D | 5E |
Octal | 376 | 342 | 346 | 0 | 13 | 11 | 0 | 537 | 135 | 136 |
Binary | 11111110 | 11100010 | 11100110 | 0 | 1011 | 1001 | 0 | 101011111 | 1011101 | 1011110 |
Color Harmonies of #FEE2E6
Complementary color
Monochromatic Colors of #FEE2E6
Black with #FEE2E6
Text Example
Text Example
White with #FEE2E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE2E6; }
p { color: rgb(254,226,230); }
H1.HeaderClassName
{
color: #FEE2E6;
}
.AnyTagClassName
{
color: #FEE2E6;
}
</style>
background-color css
<style>
a { background-color: #FEE2E6; }
a { background-color: rgb(254,226,230); }
div.DivClassName
{
background-color: #FEE2E6;
}
.BgClassName
{
background-color: #FEE2E6;
}
</style>
border-color css
<style>
span { border-color: #FEE2E6; }
span { border-color: rgb(254,226,230); }
td.TdClassName
{
border-color: #FEE2E6;
}
.TagClassName
{
border-color: #FEE2E6;
}
</style>