Shades of Carousel Pink #FFDCE3
Tints of Carousel Pink #FFDCE3
RGB
CMYK
RGB Variations
Color information
#FFDCE3 (or 0xFFDCE3) is known color: Carousel Pink. HEX triplet: FF, DC and E3. RGB value is (255,220,227). Sum of RGB (Red+Green+Blue) = 255+220+227=702 (92% of max value = 765). Red value is 255 (100% from 255 or 36.32% from 702); Green value is 220 (86.33% from 255 or 31.34% from 702); Blue value is 227 (89.06% from 255 or 32.34% from 702); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDCE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDCE3 is #00231C. Grayscale: #E7E7E7. Windows color (decimal): -8989 or 14933247. OLE color: 14933247.
HSL color Cylindrical-coordinate representation of color #FFDCE3: hue angle of 348º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FFDCE3 is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 220 | 227 | - |
| CMYK | 0 | 0.14 | 0.11 | 0 |
| HSL | 348º | 1% | 0.93% | - |
| HSV(B) | 348º | 0.14% | 1% | - |
| XYZ | 80.7 | 77.99 | 83.47 | - |
| YUV | 231.26 | 125.6 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 220 | 227 | 0 | 0.14 | 0.11 | 0 | 348 | 1 | 0.93 |
| Hex | FF | DC | E3 | 0 | E | B | 0 | 15C | 64 | 5D |
| Octal | 377 | 334 | 343 | 0 | 16 | 13 | 0 | 534 | 144 | 135 |
| Binary | 11111111 | 11011100 | 11100011 | 0 | 1110 | 1011 | 0 | 101011100 | 1100100 | 1011101 |
Color Harmonies of #FFDCE3
Complementary color
Monochromatic Colors of #FFDCE3
Black with #FFDCE3
Text Example
Text Example
White with #FFDCE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDCE3; }
p { color: rgb(255,220,227); }
H1.HeaderClassName
{
color: #FFDCE3;
}
.AnyTagClassName
{
color: #FFDCE3;
}
</style>
background-color css
<style>
a { background-color: #FFDCE3; }
a { background-color: rgb(255,220,227); }
div.DivClassName
{
background-color: #FFDCE3;
}
.BgClassName
{
background-color: #FFDCE3;
}
</style>
border-color css
<style>
span { border-color: #FFDCE3; }
span { border-color: rgb(255,220,227); }
td.TdClassName
{
border-color: #FFDCE3;
}
.TagClassName
{
border-color: #FFDCE3;
}
</style>