Shades of Carousel Pink #FEDAE1
Tints of Carousel Pink #FEDAE1
RGB
CMYK
RGB Variations
Color information
#FEDAE1 (or 0xFEDAE1) is known color: Carousel Pink. HEX triplet: FE, DA and E1. RGB value is (254,218,225). Sum of RGB (Red+Green+Blue) = 254+218+225=697 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.44% from 697); Green value is 218 (85.55% from 255 or 31.28% from 697); Blue value is 225 (88.28% from 255 or 32.28% from 697); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDAE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDAE1 is #01251E. Grayscale: #E5E5E5. Windows color (decimal): -75039 or 14801662. OLE color: 14801662.
HSL color Cylindrical-coordinate representation of color #FEDAE1: hue angle of 348.33º 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 #FEDAE1 is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 218 | 225 | - |
| CMYK | 0 | 0.14 | 0.11 | 0.00 |
| HSL | 348.33º | 0.95% | 0.93% | - |
| HSV(B) | 348.33º | 0.14% | 1% | - |
| XYZ | 79.54 | 76.65 | 81.84 | - |
| YUV | 229.56 | 125.43 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 218 | 225 | 0 | 0.14 | 0.11 | 0.00 | 348.33 | 0.95 | 0.93 |
| Hex | FE | DA | E1 | 0 | E | B | 0 | 15C | 5F | 5D |
| Octal | 376 | 332 | 341 | 0 | 16 | 13 | 0 | 534 | 137 | 135 |
| Binary | 11111110 | 11011010 | 11100001 | 0 | 1110 | 1011 | 0 | 101011100 | 1011111 | 1011101 |
Color Harmonies of #FEDAE1
Complementary color
Monochromatic Colors of #FEDAE1
Black with #FEDAE1
Text Example
Text Example
White with #FEDAE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDAE1; }
p { color: rgb(254,218,225); }
H1.HeaderClassName
{
color: #FEDAE1;
}
.AnyTagClassName
{
color: #FEDAE1;
}
</style>
background-color css
<style>
a { background-color: #FEDAE1; }
a { background-color: rgb(254,218,225); }
div.DivClassName
{
background-color: #FEDAE1;
}
.BgClassName
{
background-color: #FEDAE1;
}
</style>
border-color css
<style>
span { border-color: #FEDAE1; }
span { border-color: rgb(254,218,225); }
td.TdClassName
{
border-color: #FEDAE1;
}
.TagClassName
{
border-color: #FEDAE1;
}
</style>