Shades of Carousel Pink #FDDDE3
Tints of Carousel Pink #FDDDE3
RGB
CMYK
RGB Variations
Color information
#FDDDE3 (or 0xFDDDE3) is known color: Carousel Pink. HEX triplet: FD, DD and E3. RGB value is (253,221,227). Sum of RGB (Red+Green+Blue) = 253+221+227=701 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.09% from 701); Green value is 221 (86.72% from 255 or 31.53% from 701); Blue value is 227 (89.06% from 255 or 32.38% from 701); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDDE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDDE3 is #02221C. Grayscale: #E7E7E7. Windows color (decimal): -139805 or 14933501. OLE color: 14933501.
HSL color Cylindrical-coordinate representation of color #FDDDE3: hue angle of 348.75º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FDDDE3 is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 221 | 227 | - |
| CMYK | 0 | 0.13 | 0.10 | 0.01 |
| HSL | 348.75º | 0.89% | 0.93% | - |
| HSV(B) | 348.75º | 0.13% | 0.99% | - |
| XYZ | 80.23 | 78.14 | 83.53 | - |
| YUV | 231.25 | 125.6 | 143.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 221 | 227 | 0 | 0.13 | 0.10 | 0.01 | 348.75 | 0.89 | 0.93 |
| Hex | FD | DD | E3 | 0 | D | A | 1 | 15D | 59 | 5D |
| Octal | 375 | 335 | 343 | 0 | 15 | 12 | 1 | 535 | 131 | 135 |
| Binary | 11111101 | 11011101 | 11100011 | 0 | 1101 | 1010 | 1 | 101011101 | 1011001 | 1011101 |
Color Harmonies of #FDDDE3
Complementary color
Monochromatic Colors of #FDDDE3
Black with #FDDDE3
Text Example
Text Example
White with #FDDDE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDDE3; }
p { color: rgb(253,221,227); }
H1.HeaderClassName
{
color: #FDDDE3;
}
.AnyTagClassName
{
color: #FDDDE3;
}
</style>
background-color css
<style>
a { background-color: #FDDDE3; }
a { background-color: rgb(253,221,227); }
div.DivClassName
{
background-color: #FDDDE3;
}
.BgClassName
{
background-color: #FDDDE3;
}
</style>
border-color css
<style>
span { border-color: #FDDDE3; }
span { border-color: rgb(253,221,227); }
td.TdClassName
{
border-color: #FDDDE3;
}
.TagClassName
{
border-color: #FDDDE3;
}
</style>