Shades of Carousel Pink #FFDDE4
Tints of Carousel Pink #FFDDE4
RGB
CMYK
RGB Variations
Color information
#FFDDE4 (or 0xFFDDE4) is known color: Carousel Pink. HEX triplet: FF, DD and E4. RGB value is (255,221,228). Sum of RGB (Red+Green+Blue) = 255+221+228=704 (93% of max value = 765). Red value is 255 (100% from 255 or 36.22% from 704); Green value is 221 (86.72% from 255 or 31.39% from 704); Blue value is 228 (89.45% from 255 or 32.39% from 704); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDDE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDDE4 is #00221B. Grayscale: #E7E7E7. Windows color (decimal): -8732 or 14999039. OLE color: 14999039.
HSL color Cylindrical-coordinate representation of color #FFDDE4: hue angle of 347.65º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FFDDE4 is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 221 | 228 | - |
| CMYK | 0 | 0.13 | 0.11 | 0 |
| HSL | 347.65º | 1% | 0.93% | - |
| HSV(B) | 347.65º | 0.13% | 1% | - |
| XYZ | 81.1 | 78.57 | 84.29 | - |
| YUV | 231.96 | 125.76 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 221 | 228 | 0 | 0.13 | 0.11 | 0 | 347.65 | 1 | 0.93 |
| Hex | FF | DD | E4 | 0 | D | B | 0 | 15C | 64 | 5D |
| Octal | 377 | 335 | 344 | 0 | 15 | 13 | 0 | 534 | 144 | 135 |
| Binary | 11111111 | 11011101 | 11100100 | 0 | 1101 | 1011 | 0 | 101011100 | 1100100 | 1011101 |
Color Harmonies of #FFDDE4
Complementary color
Monochromatic Colors of #FFDDE4
Black with #FFDDE4
Text Example
Text Example
White with #FFDDE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDDE4; }
p { color: rgb(255,221,228); }
H1.HeaderClassName
{
color: #FFDDE4;
}
.AnyTagClassName
{
color: #FFDDE4;
}
</style>
background-color css
<style>
a { background-color: #FFDDE4; }
a { background-color: rgb(255,221,228); }
div.DivClassName
{
background-color: #FFDDE4;
}
.BgClassName
{
background-color: #FFDDE4;
}
</style>
border-color css
<style>
span { border-color: #FFDDE4; }
span { border-color: rgb(255,221,228); }
td.TdClassName
{
border-color: #FFDDE4;
}
.TagClassName
{
border-color: #FFDDE4;
}
</style>