Shades of Carousel Pink #FDDCE1
Tints of Carousel Pink #FDDCE1
RGB
CMYK
RGB Variations
Color information
#FDDCE1 (or 0xFDDCE1) is known color: Carousel Pink. HEX triplet: FD, DC and E1. RGB value is (253,220,225). Sum of RGB (Red+Green+Blue) = 253+220+225=698 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.25% from 698); Green value is 220 (86.33% from 255 or 31.52% from 698); Blue value is 225 (88.28% from 255 or 32.23% from 698); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDCE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDCE1 is #02231E. Grayscale: #E6E6E6. Windows color (decimal): -140063 or 14802173. OLE color: 14802173.
HSL color Cylindrical-coordinate representation of color #FDDCE1: hue angle of 350.91º 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 #FDDCE1 is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 220 | 225 | - |
| CMYK | 0 | 0.13 | 0.11 | 0.01 |
| HSL | 350.91º | 0.89% | 0.93% | - |
| HSV(B) | 350.91º | 0.13% | 0.99% | - |
| XYZ | 79.69 | 77.51 | 81.99 | - |
| YUV | 230.44 | 124.93 | 144.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 220 | 225 | 0 | 0.13 | 0.11 | 0.01 | 350.91 | 0.89 | 0.93 |
| Hex | FD | DC | E1 | 0 | D | B | 1 | 15F | 59 | 5D |
| Octal | 375 | 334 | 341 | 0 | 15 | 13 | 1 | 537 | 131 | 135 |
| Binary | 11111101 | 11011100 | 11100001 | 0 | 1101 | 1011 | 1 | 101011111 | 1011001 | 1011101 |
Color Harmonies of #FDDCE1
Complementary color
Monochromatic Colors of #FDDCE1
Black with #FDDCE1
Text Example
Text Example
White with #FDDCE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDCE1; }
p { color: rgb(253,220,225); }
H1.HeaderClassName
{
color: #FDDCE1;
}
.AnyTagClassName
{
color: #FDDCE1;
}
</style>
background-color css
<style>
a { background-color: #FDDCE1; }
a { background-color: rgb(253,220,225); }
div.DivClassName
{
background-color: #FDDCE1;
}
.BgClassName
{
background-color: #FDDCE1;
}
</style>
border-color css
<style>
span { border-color: #FDDCE1; }
span { border-color: rgb(253,220,225); }
td.TdClassName
{
border-color: #FDDCE1;
}
.TagClassName
{
border-color: #FDDCE1;
}
</style>