Shades of Carousel Pink #FFDDE2
Tints of Carousel Pink #FFDDE2
RGB
CMYK
RGB Variations
Color information
#FFDDE2 (or 0xFFDDE2) is known color: Carousel Pink. HEX triplet: FF, DD and E2. RGB value is (255,221,226). Sum of RGB (Red+Green+Blue) = 255+221+226=702 (92% of max value = 765). Red value is 255 (100% from 255 or 36.32% from 702); Green value is 221 (86.72% from 255 or 31.48% from 702); Blue value is 226 (88.67% from 255 or 32.19% from 702); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDDE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDDE2 is #00221D. Grayscale: #E7E7E7. Windows color (decimal): -8734 or 14867967. OLE color: 14867967.
HSL color Cylindrical-coordinate representation of color #FFDDE2: hue angle of 351.18º 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 #FFDDE2 is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 221 | 226 | - |
| CMYK | 0 | 0.13 | 0.11 | 0 |
| HSL | 351.18º | 1% | 0.93% | - |
| HSV(B) | 351.18º | 0.13% | 1% | - |
| XYZ | 80.82 | 78.46 | 82.84 | - |
| YUV | 231.74 | 124.76 | 144.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 221 | 226 | 0 | 0.13 | 0.11 | 0 | 351.18 | 1 | 0.93 |
| Hex | FF | DD | E2 | 0 | D | B | 0 | 15F | 64 | 5D |
| Octal | 377 | 335 | 342 | 0 | 15 | 13 | 0 | 537 | 144 | 135 |
| Binary | 11111111 | 11011101 | 11100010 | 0 | 1101 | 1011 | 0 | 101011111 | 1100100 | 1011101 |
Color Harmonies of #FFDDE2
Complementary color
Monochromatic Colors of #FFDDE2
Black with #FFDDE2
Text Example
Text Example
White with #FFDDE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDDE2; }
p { color: rgb(255,221,226); }
H1.HeaderClassName
{
color: #FFDDE2;
}
.AnyTagClassName
{
color: #FFDDE2;
}
</style>
background-color css
<style>
a { background-color: #FFDDE2; }
a { background-color: rgb(255,221,226); }
div.DivClassName
{
background-color: #FFDDE2;
}
.BgClassName
{
background-color: #FFDDE2;
}
</style>
border-color css
<style>
span { border-color: #FFDDE2; }
span { border-color: rgb(255,221,226); }
td.TdClassName
{
border-color: #FFDDE2;
}
.TagClassName
{
border-color: #FFDDE2;
}
</style>