Shades of Carousel Pink #FED6DE
Tints of Carousel Pink #FED6DE
RGB
CMYK
RGB Variations
Color information
#FED6DE (or 0xFED6DE) is known color: Carousel Pink. HEX triplet: FE, D6 and DE. RGB value is (254,214,222). Sum of RGB (Red+Green+Blue) = 254+214+222=690 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.81% from 690); Green value is 214 (83.98% from 255 or 31.01% from 690); Blue value is 222 (87.11% from 255 or 32.17% from 690); Max value from RGB is 254 - color contains mainly: red. Hex color #FED6DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED6DE is #012921. Grayscale: #E2E2E2. Windows color (decimal): -76066 or 14604030. OLE color: 14604030.
HSL color Cylindrical-coordinate representation of color #FED6DE: hue angle of 348º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FED6DE is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 214 | 222 | - |
| CMYK | 0 | 0.16 | 0.13 | 0.00 |
| HSL | 348º | 0.95% | 0.92% | - |
| HSV(B) | 348º | 0.16% | 1% | - |
| XYZ | 78.1 | 74.44 | 79.36 | - |
| YUV | 226.87 | 125.25 | 147.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 214 | 222 | 0 | 0.16 | 0.13 | 0.00 | 348 | 0.95 | 0.92 |
| Hex | FE | D6 | DE | 0 | 10 | D | 0 | 15C | 5F | 5C |
| Octal | 376 | 326 | 336 | 0 | 20 | 15 | 0 | 534 | 137 | 134 |
| Binary | 11111110 | 11010110 | 11011110 | 0 | 10000 | 1101 | 0 | 101011100 | 1011111 | 1011100 |
Color Harmonies of #FED6DE
Complementary color
Monochromatic Colors of #FED6DE
Black with #FED6DE
Text Example
Text Example
White with #FED6DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED6DE; }
p { color: rgb(254,214,222); }
H1.HeaderClassName
{
color: #FED6DE;
}
.AnyTagClassName
{
color: #FED6DE;
}
</style>
background-color css
<style>
a { background-color: #FED6DE; }
a { background-color: rgb(254,214,222); }
div.DivClassName
{
background-color: #FED6DE;
}
.BgClassName
{
background-color: #FED6DE;
}
</style>
border-color css
<style>
span { border-color: #FED6DE; }
span { border-color: rgb(254,214,222); }
td.TdClassName
{
border-color: #FED6DE;
}
.TagClassName
{
border-color: #FED6DE;
}
</style>