Shades of Carousel Pink #FED6DD
Tints of Carousel Pink #FED6DD
RGB
CMYK
RGB Variations
Color information
#FED6DD (or 0xFED6DD) is known color: Carousel Pink. HEX triplet: FE, D6 and DD. RGB value is (254,214,221). Sum of RGB (Red+Green+Blue) = 254+214+221=689 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.87% from 689); Green value is 214 (83.98% from 255 or 31.06% from 689); Blue value is 221 (86.72% from 255 or 32.08% from 689); Max value from RGB is 254 - color contains mainly: red. Hex color #FED6DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED6DD is #012922. Grayscale: #E2E2E2. Windows color (decimal): -76067 or 14538494. OLE color: 14538494.
HSL color Cylindrical-coordinate representation of color #FED6DD: hue angle of 349.5º 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 #FED6DD is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 214 | 221 | - |
| CMYK | 0 | 0.16 | 0.13 | 0.00 |
| HSL | 349.5º | 0.95% | 0.92% | - |
| HSV(B) | 349.5º | 0.16% | 1% | - |
| XYZ | 77.97 | 74.38 | 78.65 | - |
| YUV | 226.76 | 124.75 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 214 | 221 | 0 | 0.16 | 0.13 | 0.00 | 349.5 | 0.95 | 0.92 |
| Hex | FE | D6 | DD | 0 | 10 | D | 0 | 15E | 5F | 5C |
| Octal | 376 | 326 | 335 | 0 | 20 | 15 | 0 | 536 | 137 | 134 |
| Binary | 11111110 | 11010110 | 11011101 | 0 | 10000 | 1101 | 0 | 101011110 | 1011111 | 1011100 |
Color Harmonies of #FED6DD
Complementary color
Monochromatic Colors of #FED6DD
Black with #FED6DD
Text Example
Text Example
White with #FED6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED6DD; }
p { color: rgb(254,214,221); }
H1.HeaderClassName
{
color: #FED6DD;
}
.AnyTagClassName
{
color: #FED6DD;
}
</style>
background-color css
<style>
a { background-color: #FED6DD; }
a { background-color: rgb(254,214,221); }
div.DivClassName
{
background-color: #FED6DD;
}
.BgClassName
{
background-color: #FED6DD;
}
</style>
border-color css
<style>
span { border-color: #FED6DD; }
span { border-color: rgb(254,214,221); }
td.TdClassName
{
border-color: #FED6DD;
}
.TagClassName
{
border-color: #FED6DD;
}
</style>