Shades of Carousel Pink #FFD6DD
Tints of Carousel Pink #FFD6DD
RGB
CMYK
RGB Variations
Color information
#FFD6DD (or 0xFFD6DD) is known color: Carousel Pink. HEX triplet: FF, D6 and DD. RGB value is (255,214,221). Sum of RGB (Red+Green+Blue) = 255+214+221=690 (91% of max value = 765). Red value is 255 (100% from 255 or 36.96% from 690); Green value is 214 (83.98% from 255 or 31.01% from 690); Blue value is 221 (86.72% from 255 or 32.03% from 690); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD6DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD6DD is #002922. Grayscale: #E3E3E3. Windows color (decimal): -10531 or 14538495. OLE color: 14538495.
HSL color Cylindrical-coordinate representation of color #FFD6DD: hue angle of 349.76º 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 #FFD6DD is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 214 | 221 | - |
| CMYK | 0 | 0.16 | 0.13 | 0 |
| HSL | 349.76º | 1% | 0.92% | - |
| HSV(B) | 349.76º | 0.16% | 1% | - |
| XYZ | 78.34 | 74.57 | 78.67 | - |
| YUV | 227.06 | 124.58 | 147.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 214 | 221 | 0 | 0.16 | 0.13 | 0 | 349.76 | 1 | 0.92 |
| Hex | FF | D6 | DD | 0 | 10 | D | 0 | 15E | 64 | 5C |
| Octal | 377 | 326 | 335 | 0 | 20 | 15 | 0 | 536 | 144 | 134 |
| Binary | 11111111 | 11010110 | 11011101 | 0 | 10000 | 1101 | 0 | 101011110 | 1100100 | 1011100 |
Color Harmonies of #FFD6DD
Complementary color
Monochromatic Colors of #FFD6DD
Black with #FFD6DD
Text Example
Text Example
White with #FFD6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD6DD; }
p { color: rgb(255,214,221); }
H1.HeaderClassName
{
color: #FFD6DD;
}
.AnyTagClassName
{
color: #FFD6DD;
}
</style>
background-color css
<style>
a { background-color: #FFD6DD; }
a { background-color: rgb(255,214,221); }
div.DivClassName
{
background-color: #FFD6DD;
}
.BgClassName
{
background-color: #FFD6DD;
}
</style>
border-color css
<style>
span { border-color: #FFD6DD; }
span { border-color: rgb(255,214,221); }
td.TdClassName
{
border-color: #FFD6DD;
}
.TagClassName
{
border-color: #FFD6DD;
}
</style>