Shades of Carousel Pink #FEDAE2
Tints of Carousel Pink #FEDAE2
RGB
CMYK
RGB Variations
Color information
#FEDAE2 (or 0xFEDAE2) is known color: Carousel Pink. HEX triplet: FE, DA and E2. RGB value is (254,218,226). Sum of RGB (Red+Green+Blue) = 254+218+226=698 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.39% from 698); Green value is 218 (85.55% from 255 or 31.23% from 698); Blue value is 226 (88.67% from 255 or 32.38% from 698); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDAE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDAE2 is #01251D. Grayscale: #E5E5E5. Windows color (decimal): -75038 or 14867198. OLE color: 14867198.
HSL color Cylindrical-coordinate representation of color #FEDAE2: hue angle of 346.67º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FEDAE2 is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 218 | 226 | - |
| CMYK | 0 | 0.14 | 0.11 | 0.00 |
| HSL | 346.67º | 0.95% | 0.93% | - |
| HSV(B) | 346.67º | 0.14% | 1% | - |
| XYZ | 79.67 | 76.7 | 82.56 | - |
| YUV | 229.68 | 125.93 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 218 | 226 | 0 | 0.14 | 0.11 | 0.00 | 346.67 | 0.95 | 0.93 |
| Hex | FE | DA | E2 | 0 | E | B | 0 | 15B | 5F | 5D |
| Octal | 376 | 332 | 342 | 0 | 16 | 13 | 0 | 533 | 137 | 135 |
| Binary | 11111110 | 11011010 | 11100010 | 0 | 1110 | 1011 | 0 | 101011011 | 1011111 | 1011101 |
Color Harmonies of #FEDAE2
Complementary color
Monochromatic Colors of #FEDAE2
Black with #FEDAE2
Text Example
Text Example
White with #FEDAE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDAE2; }
p { color: rgb(254,218,226); }
H1.HeaderClassName
{
color: #FEDAE2;
}
.AnyTagClassName
{
color: #FEDAE2;
}
</style>
background-color css
<style>
a { background-color: #FEDAE2; }
a { background-color: rgb(254,218,226); }
div.DivClassName
{
background-color: #FEDAE2;
}
.BgClassName
{
background-color: #FEDAE2;
}
</style>
border-color css
<style>
span { border-color: #FEDAE2; }
span { border-color: rgb(254,218,226); }
td.TdClassName
{
border-color: #FEDAE2;
}
.TagClassName
{
border-color: #FEDAE2;
}
</style>