Shades of Carousel Pink #FDDEE3
Tints of Carousel Pink #FDDEE3
RGB
CMYK
RGB Variations
Color information
#FDDEE3 (or 0xFDDEE3) is known color: Carousel Pink. HEX triplet: FD, DE and E3. RGB value is (253,222,227). Sum of RGB (Red+Green+Blue) = 253+222+227=702 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.04% from 702); Green value is 222 (87.11% from 255 or 31.62% from 702); Blue value is 227 (89.06% from 255 or 32.34% from 702); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDEE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDEE3 is #02211C. Grayscale: #E7E7E7. Windows color (decimal): -139549 or 14933757. OLE color: 14933757.
HSL color Cylindrical-coordinate representation of color #FDDEE3: hue angle of 350.32º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FDDEE3 is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 222 | 227 | - |
| CMYK | 0 | 0.12 | 0.10 | 0.01 |
| HSL | 350.32º | 0.89% | 0.93% | - |
| HSV(B) | 350.32º | 0.12% | 0.99% | - |
| XYZ | 80.49 | 78.67 | 83.62 | - |
| YUV | 231.84 | 125.27 | 143.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 222 | 227 | 0 | 0.12 | 0.10 | 0.01 | 350.32 | 0.89 | 0.93 |
| Hex | FD | DE | E3 | 0 | C | A | 1 | 15E | 59 | 5D |
| Octal | 375 | 336 | 343 | 0 | 14 | 12 | 1 | 536 | 131 | 135 |
| Binary | 11111101 | 11011110 | 11100011 | 0 | 1100 | 1010 | 1 | 101011110 | 1011001 | 1011101 |
Color Harmonies of #FDDEE3
Complementary color
Monochromatic Colors of #FDDEE3
Black with #FDDEE3
Text Example
Text Example
White with #FDDEE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDEE3; }
p { color: rgb(253,222,227); }
H1.HeaderClassName
{
color: #FDDEE3;
}
.AnyTagClassName
{
color: #FDDEE3;
}
</style>
background-color css
<style>
a { background-color: #FDDEE3; }
a { background-color: rgb(253,222,227); }
div.DivClassName
{
background-color: #FDDEE3;
}
.BgClassName
{
background-color: #FDDEE3;
}
</style>
border-color css
<style>
span { border-color: #FDDEE3; }
span { border-color: rgb(253,222,227); }
td.TdClassName
{
border-color: #FDDEE3;
}
.TagClassName
{
border-color: #FDDEE3;
}
</style>