Shades of Carousel Pink #FFD7DF
Tints of Carousel Pink #FFD7DF
RGB
CMYK
RGB Variations
Color information
#FFD7DF (or 0xFFD7DF) is known color: Carousel Pink. HEX triplet: FF, D7 and DF. RGB value is (255,215,223). Sum of RGB (Red+Green+Blue) = 255+215+223=693 (91% of max value = 765). Red value is 255 (100% from 255 or 36.80% from 693); Green value is 215 (84.38% from 255 or 31.02% from 693); Blue value is 223 (87.5% from 255 or 32.18% from 693); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD7DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD7DF is #002820. Grayscale: #E3E3E3. Windows color (decimal): -10273 or 14669823. OLE color: 14669823.
HSL color Cylindrical-coordinate representation of color #FFD7DF: hue angle of 348º 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 #FFD7DF is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 215 | 223 | - |
| CMYK | 0 | 0.16 | 0.13 | 0 |
| HSL | 348º | 1% | 0.92% | - |
| HSV(B) | 348º | 0.16% | 1% | - |
| XYZ | 78.86 | 75.19 | 80.17 | - |
| YUV | 227.87 | 125.25 | 147.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 215 | 223 | 0 | 0.16 | 0.13 | 0 | 348 | 1 | 0.92 |
| Hex | FF | D7 | DF | 0 | 10 | D | 0 | 15C | 64 | 5C |
| Octal | 377 | 327 | 337 | 0 | 20 | 15 | 0 | 534 | 144 | 134 |
| Binary | 11111111 | 11010111 | 11011111 | 0 | 10000 | 1101 | 0 | 101011100 | 1100100 | 1011100 |
Color Harmonies of #FFD7DF
Complementary color
Monochromatic Colors of #FFD7DF
Black with #FFD7DF
Text Example
Text Example
White with #FFD7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD7DF; }
p { color: rgb(255,215,223); }
H1.HeaderClassName
{
color: #FFD7DF;
}
.AnyTagClassName
{
color: #FFD7DF;
}
</style>
background-color css
<style>
a { background-color: #FFD7DF; }
a { background-color: rgb(255,215,223); }
div.DivClassName
{
background-color: #FFD7DF;
}
.BgClassName
{
background-color: #FFD7DF;
}
</style>
border-color css
<style>
span { border-color: #FFD7DF; }
span { border-color: rgb(255,215,223); }
td.TdClassName
{
border-color: #FFD7DF;
}
.TagClassName
{
border-color: #FFD7DF;
}
</style>