Shades of Carousel Pink #FEDCE1
Tints of Carousel Pink #FEDCE1
RGB
CMYK
RGB Variations
Color information
#FEDCE1 (or 0xFEDCE1) is known color: Carousel Pink. HEX triplet: FE, DC and E1. RGB value is (254,220,225). Sum of RGB (Red+Green+Blue) = 254+220+225=699 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.34% from 699); Green value is 220 (86.33% from 255 or 31.47% from 699); Blue value is 225 (88.28% from 255 or 32.19% from 699); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDCE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDCE1 is #01231E. Grayscale: #E6E6E6. Windows color (decimal): -74527 or 14802174. OLE color: 14802174.
HSL color Cylindrical-coordinate representation of color #FEDCE1: hue angle of 351.18º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FEDCE1 is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 220 | 225 | - |
| CMYK | 0 | 0.13 | 0.11 | 0.00 |
| HSL | 351.18º | 0.94% | 0.93% | - |
| HSV(B) | 351.18º | 0.13% | 1% | - |
| XYZ | 80.06 | 77.69 | 82.01 | - |
| YUV | 230.74 | 124.76 | 144.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 220 | 225 | 0 | 0.13 | 0.11 | 0.00 | 351.18 | 0.94 | 0.93 |
| Hex | FE | DC | E1 | 0 | D | B | 0 | 15F | 5E | 5D |
| Octal | 376 | 334 | 341 | 0 | 15 | 13 | 0 | 537 | 136 | 135 |
| Binary | 11111110 | 11011100 | 11100001 | 0 | 1101 | 1011 | 0 | 101011111 | 1011110 | 1011101 |
Color Harmonies of #FEDCE1
Complementary color
Monochromatic Colors of #FEDCE1
Black with #FEDCE1
Text Example
Text Example
White with #FEDCE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDCE1; }
p { color: rgb(254,220,225); }
H1.HeaderClassName
{
color: #FEDCE1;
}
.AnyTagClassName
{
color: #FEDCE1;
}
</style>
background-color css
<style>
a { background-color: #FEDCE1; }
a { background-color: rgb(254,220,225); }
div.DivClassName
{
background-color: #FEDCE1;
}
.BgClassName
{
background-color: #FEDCE1;
}
</style>
border-color css
<style>
span { border-color: #FEDCE1; }
span { border-color: rgb(254,220,225); }
td.TdClassName
{
border-color: #FEDCE1;
}
.TagClassName
{
border-color: #FEDCE1;
}
</style>