Shades of Carousel Pink #FED5DD
Tints of Carousel Pink #FED5DD
RGB
CMYK
RGB Variations
Color information
#FED5DD (or 0xFED5DD) is known color: Carousel Pink. HEX triplet: FE, D5 and DD. RGB value is (254,213,221). Sum of RGB (Red+Green+Blue) = 254+213+221=688 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.92% from 688); Green value is 213 (83.59% from 255 or 30.96% from 688); Blue value is 221 (86.72% from 255 or 32.12% from 688); Max value from RGB is 254 - color contains mainly: red. Hex color #FED5DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED5DD is #012A22. Grayscale: #E2E2E2. Windows color (decimal): -76323 or 14538238. OLE color: 14538238.
HSL color Cylindrical-coordinate representation of color #FED5DD: hue angle of 348.29º 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 #FED5DD is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 213 | 221 | - |
| CMYK | 0 | 0.16 | 0.13 | 0.00 |
| HSL | 348.29º | 0.95% | 0.92% | - |
| HSV(B) | 348.29º | 0.16% | 1% | - |
| XYZ | 77.72 | 73.88 | 78.57 | - |
| YUV | 226.17 | 125.08 | 147.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 213 | 221 | 0 | 0.16 | 0.13 | 0.00 | 348.29 | 0.95 | 0.92 |
| Hex | FE | D5 | DD | 0 | 10 | D | 0 | 15C | 5F | 5C |
| Octal | 376 | 325 | 335 | 0 | 20 | 15 | 0 | 534 | 137 | 134 |
| Binary | 11111110 | 11010101 | 11011101 | 0 | 10000 | 1101 | 0 | 101011100 | 1011111 | 1011100 |
Color Harmonies of #FED5DD
Complementary color
Monochromatic Colors of #FED5DD
Black with #FED5DD
Text Example
Text Example
White with #FED5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED5DD; }
p { color: rgb(254,213,221); }
H1.HeaderClassName
{
color: #FED5DD;
}
.AnyTagClassName
{
color: #FED5DD;
}
</style>
background-color css
<style>
a { background-color: #FED5DD; }
a { background-color: rgb(254,213,221); }
div.DivClassName
{
background-color: #FED5DD;
}
.BgClassName
{
background-color: #FED5DD;
}
</style>
border-color css
<style>
span { border-color: #FED5DD; }
span { border-color: rgb(254,213,221); }
td.TdClassName
{
border-color: #FED5DD;
}
.TagClassName
{
border-color: #FED5DD;
}
</style>