Shades of Carousel Pink #FFD9DF
Tints of Carousel Pink #FFD9DF
RGB
CMYK
RGB Variations
Color information
#FFD9DF (or 0xFFD9DF) is known color: Carousel Pink. HEX triplet: FF, D9 and DF. RGB value is (255,217,223). Sum of RGB (Red+Green+Blue) = 255+217+223=695 (92% of max value = 765). Red value is 255 (100% from 255 or 36.69% from 695); Green value is 217 (85.16% from 255 or 31.22% from 695); Blue value is 223 (87.5% from 255 or 32.09% from 695); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD9DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD9DF is #002620. Grayscale: #E5E5E5. Windows color (decimal): -9761 or 14670335. OLE color: 14670335.
HSL color Cylindrical-coordinate representation of color #FFD9DF: hue angle of 350.53º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FFD9DF is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 217 | 223 | - |
| CMYK | 0 | 0.15 | 0.13 | 0 |
| HSL | 350.53º | 1% | 0.93% | - |
| HSV(B) | 350.53º | 0.15% | 1% | - |
| XYZ | 79.37 | 76.21 | 80.34 | - |
| YUV | 229.05 | 124.59 | 146.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 217 | 223 | 0 | 0.15 | 0.13 | 0 | 350.53 | 1 | 0.93 |
| Hex | FF | D9 | DF | 0 | F | D | 0 | 15F | 64 | 5D |
| Octal | 377 | 331 | 337 | 0 | 17 | 15 | 0 | 537 | 144 | 135 |
| Binary | 11111111 | 11011001 | 11011111 | 0 | 1111 | 1101 | 0 | 101011111 | 1100100 | 1011101 |
Color Harmonies of #FFD9DF
Complementary color
Monochromatic Colors of #FFD9DF
Black with #FFD9DF
Text Example
Text Example
White with #FFD9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD9DF; }
p { color: rgb(255,217,223); }
H1.HeaderClassName
{
color: #FFD9DF;
}
.AnyTagClassName
{
color: #FFD9DF;
}
</style>
background-color css
<style>
a { background-color: #FFD9DF; }
a { background-color: rgb(255,217,223); }
div.DivClassName
{
background-color: #FFD9DF;
}
.BgClassName
{
background-color: #FFD9DF;
}
</style>
border-color css
<style>
span { border-color: #FFD9DF; }
span { border-color: rgb(255,217,223); }
td.TdClassName
{
border-color: #FFD9DF;
}
.TagClassName
{
border-color: #FFD9DF;
}
</style>