Shades of Carousel Pink #FFD9E1
Tints of Carousel Pink #FFD9E1
RGB
CMYK
RGB Variations
Color information
#FFD9E1 (or 0xFFD9E1) is known color: Carousel Pink. HEX triplet: FF, D9 and E1. RGB value is (255,217,225). Sum of RGB (Red+Green+Blue) = 255+217+225=697 (92% of max value = 765). Red value is 255 (100% from 255 or 36.59% from 697); Green value is 217 (85.16% from 255 or 31.13% from 697); Blue value is 225 (88.28% from 255 or 32.28% from 697); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD9E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD9E1 is #00261E. Grayscale: #E5E5E5. Windows color (decimal): -9759 or 14801407. OLE color: 14801407.
HSL color Cylindrical-coordinate representation of color #FFD9E1: hue angle of 347.37º 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 #FFD9E1 is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 217 | 225 | - |
| CMYK | 0 | 0.15 | 0.12 | 0 |
| HSL | 347.37º | 1% | 0.93% | - |
| HSV(B) | 347.37º | 0.15% | 1% | - |
| XYZ | 79.64 | 76.32 | 81.77 | - |
| YUV | 229.27 | 125.59 | 146.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 217 | 225 | 0 | 0.15 | 0.12 | 0 | 347.37 | 1 | 0.93 |
| Hex | FF | D9 | E1 | 0 | F | C | 0 | 15B | 64 | 5D |
| Octal | 377 | 331 | 341 | 0 | 17 | 14 | 0 | 533 | 144 | 135 |
| Binary | 11111111 | 11011001 | 11100001 | 0 | 1111 | 1100 | 0 | 101011011 | 1100100 | 1011101 |
Color Harmonies of #FFD9E1
Complementary color
Monochromatic Colors of #FFD9E1
Black with #FFD9E1
Text Example
Text Example
White with #FFD9E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD9E1; }
p { color: rgb(255,217,225); }
H1.HeaderClassName
{
color: #FFD9E1;
}
.AnyTagClassName
{
color: #FFD9E1;
}
</style>
background-color css
<style>
a { background-color: #FFD9E1; }
a { background-color: rgb(255,217,225); }
div.DivClassName
{
background-color: #FFD9E1;
}
.BgClassName
{
background-color: #FFD9E1;
}
</style>
border-color css
<style>
span { border-color: #FFD9E1; }
span { border-color: rgb(255,217,225); }
td.TdClassName
{
border-color: #FFD9E1;
}
.TagClassName
{
border-color: #FFD9E1;
}
</style>