Shades of Carousel Pink #FFDEE3
Tints of Carousel Pink #FFDEE3
RGB
CMYK
RGB Variations
Color information
#FFDEE3 (or 0xFFDEE3) is known color: Carousel Pink. HEX triplet: FF, DE and E3. RGB value is (255,222,227). Sum of RGB (Red+Green+Blue) = 255+222+227=704 (93% of max value = 765). Red value is 255 (100% from 255 or 36.22% from 704); Green value is 222 (87.11% from 255 or 31.53% from 704); Blue value is 227 (89.06% from 255 or 32.24% from 704); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDEE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDEE3 is #00211C. Grayscale: #E8E8E8. Windows color (decimal): -8477 or 14933759. OLE color: 14933759.
HSL color Cylindrical-coordinate representation of color #FFDEE3: hue angle of 350.91º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FFDEE3 is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 222 | 227 | - |
| CMYK | 0 | 0.13 | 0.11 | 0 |
| HSL | 350.91º | 1% | 0.94% | - |
| HSV(B) | 350.91º | 0.13% | 1% | - |
| XYZ | 81.23 | 79.05 | 83.65 | - |
| YUV | 232.44 | 124.93 | 144.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 222 | 227 | 0 | 0.13 | 0.11 | 0 | 350.91 | 1 | 0.94 |
| Hex | FF | DE | E3 | 0 | D | B | 0 | 15F | 64 | 5E |
| Octal | 377 | 336 | 343 | 0 | 15 | 13 | 0 | 537 | 144 | 136 |
| Binary | 11111111 | 11011110 | 11100011 | 0 | 1101 | 1011 | 0 | 101011111 | 1100100 | 1011110 |
Color Harmonies of #FFDEE3
Complementary color
Monochromatic Colors of #FFDEE3
Black with #FFDEE3
Text Example
Text Example
White with #FFDEE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDEE3; }
p { color: rgb(255,222,227); }
H1.HeaderClassName
{
color: #FFDEE3;
}
.AnyTagClassName
{
color: #FFDEE3;
}
</style>
background-color css
<style>
a { background-color: #FFDEE3; }
a { background-color: rgb(255,222,227); }
div.DivClassName
{
background-color: #FFDEE3;
}
.BgClassName
{
background-color: #FFDEE3;
}
</style>
border-color css
<style>
span { border-color: #FFDEE3; }
span { border-color: rgb(255,222,227); }
td.TdClassName
{
border-color: #FFDEE3;
}
.TagClassName
{
border-color: #FFDEE3;
}
</style>