Shades of Carousel Pink #FFDCE4
Tints of Carousel Pink #FFDCE4
RGB
CMYK
RGB Variations
Color information
#FFDCE4 (or 0xFFDCE4) is known color: Carousel Pink. HEX triplet: FF, DC and E4. RGB value is (255,220,228). Sum of RGB (Red+Green+Blue) = 255+220+228=703 (93% of max value = 765). Red value is 255 (100% from 255 or 36.27% from 703); Green value is 220 (86.33% from 255 or 31.29% from 703); Blue value is 228 (89.45% from 255 or 32.43% from 703); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDCE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDCE4 is #00231B. Grayscale: #E7E7E7. Windows color (decimal): -8988 or 14998783. OLE color: 14998783.
HSL color Cylindrical-coordinate representation of color #FFDCE4: hue angle of 346.29º 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 #FFDCE4 is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 220 | 228 | - |
| CMYK | 0 | 0.14 | 0.11 | 0 |
| HSL | 346.29º | 1% | 0.93% | - |
| HSV(B) | 346.29º | 0.14% | 1% | - |
| XYZ | 80.84 | 78.05 | 84.2 | - |
| YUV | 231.38 | 126.1 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 220 | 228 | 0 | 0.14 | 0.11 | 0 | 346.29 | 1 | 0.93 |
| Hex | FF | DC | E4 | 0 | E | B | 0 | 15A | 64 | 5D |
| Octal | 377 | 334 | 344 | 0 | 16 | 13 | 0 | 532 | 144 | 135 |
| Binary | 11111111 | 11011100 | 11100100 | 0 | 1110 | 1011 | 0 | 101011010 | 1100100 | 1011101 |
Color Harmonies of #FFDCE4
Complementary color
Monochromatic Colors of #FFDCE4
Black with #FFDCE4
Text Example
Text Example
White with #FFDCE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDCE4; }
p { color: rgb(255,220,228); }
H1.HeaderClassName
{
color: #FFDCE4;
}
.AnyTagClassName
{
color: #FFDCE4;
}
</style>
background-color css
<style>
a { background-color: #FFDCE4; }
a { background-color: rgb(255,220,228); }
div.DivClassName
{
background-color: #FFDCE4;
}
.BgClassName
{
background-color: #FFDCE4;
}
</style>
border-color css
<style>
span { border-color: #FFDCE4; }
span { border-color: rgb(255,220,228); }
td.TdClassName
{
border-color: #FFDCE4;
}
.TagClassName
{
border-color: #FFDCE4;
}
</style>