Shades of Carousel Pink #FFD5DE
Tints of Carousel Pink #FFD5DE
RGB
CMYK
RGB Variations
Color information
#FFD5DE (or 0xFFD5DE) is known color: Carousel Pink. HEX triplet: FF, D5 and DE. RGB value is (255,213,222). Sum of RGB (Red+Green+Blue) = 255+213+222=690 (91% of max value = 765). Red value is 255 (100% from 255 or 36.96% from 690); Green value is 213 (83.59% from 255 or 30.87% from 690); Blue value is 222 (87.11% from 255 or 32.17% from 690); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD5DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD5DE is #002A21. Grayscale: #E2E2E2. Windows color (decimal): -10786 or 14603775. OLE color: 14603775.
HSL color Cylindrical-coordinate representation of color #FFD5DE: hue angle of 347.14º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FFD5DE is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 213 | 222 | - |
| CMYK | 0 | 0.16 | 0.13 | 0 |
| HSL | 347.14º | 1% | 0.92% | - |
| HSV(B) | 347.14º | 0.16% | 1% | - |
| XYZ | 78.22 | 74.12 | 79.29 | - |
| YUV | 226.58 | 125.41 | 148.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 213 | 222 | 0 | 0.16 | 0.13 | 0 | 347.14 | 1 | 0.92 |
| Hex | FF | D5 | DE | 0 | 10 | D | 0 | 15B | 64 | 5C |
| Octal | 377 | 325 | 336 | 0 | 20 | 15 | 0 | 533 | 144 | 134 |
| Binary | 11111111 | 11010101 | 11011110 | 0 | 10000 | 1101 | 0 | 101011011 | 1100100 | 1011100 |
Color Harmonies of #FFD5DE
Complementary color
Monochromatic Colors of #FFD5DE
Black with #FFD5DE
Text Example
Text Example
White with #FFD5DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD5DE; }
p { color: rgb(255,213,222); }
H1.HeaderClassName
{
color: #FFD5DE;
}
.AnyTagClassName
{
color: #FFD5DE;
}
</style>
background-color css
<style>
a { background-color: #FFD5DE; }
a { background-color: rgb(255,213,222); }
div.DivClassName
{
background-color: #FFD5DE;
}
.BgClassName
{
background-color: #FFD5DE;
}
</style>
border-color css
<style>
span { border-color: #FFD5DE; }
span { border-color: rgb(255,213,222); }
td.TdClassName
{
border-color: #FFD5DE;
}
.TagClassName
{
border-color: #FFD5DE;
}
</style>