Shades of Carousel Pink #FFD6DE
Tints of Carousel Pink #FFD6DE
RGB
CMYK
RGB Variations
Color information
#FFD6DE (or 0xFFD6DE) is known color: Carousel Pink. HEX triplet: FF, D6 and DE. RGB value is (255,214,222). Sum of RGB (Red+Green+Blue) = 255+214+222=691 (91% of max value = 765). Red value is 255 (100% from 255 or 36.90% from 691); Green value is 214 (83.98% from 255 or 30.97% from 691); Blue value is 222 (87.11% from 255 or 32.13% from 691); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD6DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD6DE is #002921. Grayscale: #E3E3E3. Windows color (decimal): -10530 or 14604031. OLE color: 14604031.
HSL color Cylindrical-coordinate representation of color #FFD6DE: hue angle of 348.29º 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 #FFD6DE is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 214 | 222 | - |
| CMYK | 0 | 0.16 | 0.13 | 0 |
| HSL | 348.29º | 1% | 0.92% | - |
| HSV(B) | 348.29º | 0.16% | 1% | - |
| XYZ | 78.47 | 74.63 | 79.38 | - |
| YUV | 227.17 | 125.08 | 147.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 214 | 222 | 0 | 0.16 | 0.13 | 0 | 348.29 | 1 | 0.92 |
| Hex | FF | D6 | DE | 0 | 10 | D | 0 | 15C | 64 | 5C |
| Octal | 377 | 326 | 336 | 0 | 20 | 15 | 0 | 534 | 144 | 134 |
| Binary | 11111111 | 11010110 | 11011110 | 0 | 10000 | 1101 | 0 | 101011100 | 1100100 | 1011100 |
Color Harmonies of #FFD6DE
Complementary color
Monochromatic Colors of #FFD6DE
Black with #FFD6DE
Text Example
Text Example
White with #FFD6DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD6DE; }
p { color: rgb(255,214,222); }
H1.HeaderClassName
{
color: #FFD6DE;
}
.AnyTagClassName
{
color: #FFD6DE;
}
</style>
background-color css
<style>
a { background-color: #FFD6DE; }
a { background-color: rgb(255,214,222); }
div.DivClassName
{
background-color: #FFD6DE;
}
.BgClassName
{
background-color: #FFD6DE;
}
</style>
border-color css
<style>
span { border-color: #FFD6DE; }
span { border-color: rgb(255,214,222); }
td.TdClassName
{
border-color: #FFD6DE;
}
.TagClassName
{
border-color: #FFD6DE;
}
</style>