Shades of Carousel Pink #F6DDE1
Tints of Carousel Pink #F6DDE1
RGB
CMYK
RGB Variations
Color information
#F6DDE1 (or 0xF6DDE1) is known color: Carousel Pink. HEX triplet: F6, DD and E1. RGB value is (246,221,225). Sum of RGB (Red+Green+Blue) = 246+221+225=692 (91% of max value = 765). Red value is 246 (96.48% from 255 or 35.55% from 692); Green value is 221 (86.72% from 255 or 31.94% from 692); Blue value is 225 (88.28% from 255 or 32.51% from 692); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DDE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6DDE1 is #09221E. Grayscale: #E4E4E4. Windows color (decimal): -598559 or 14802422. OLE color: 14802422.
HSL color Cylindrical-coordinate representation of color #F6DDE1: hue angle of 350.4º degrees, saturation: 0.58, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F6DDE1 is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 221 | 225 | - |
| CMYK | 0 | 0.10 | 0.09 | 0.04 |
| HSL | 350.4º | 0.58% | 0.92% | - |
| HSV(B) | 350.4º | 0.1% | 0.96% | - |
| XYZ | 77.45 | 76.74 | 81.96 | - |
| YUV | 228.93 | 125.78 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 221 | 225 | 0 | 0.10 | 0.09 | 0.04 | 350.4 | 0.58 | 0.92 |
| Hex | F6 | DD | E1 | 0 | A | 9 | 4 | 15E | 3A | 5C |
| Octal | 366 | 335 | 341 | 0 | 12 | 11 | 4 | 536 | 72 | 134 |
| Binary | 11110110 | 11011101 | 11100001 | 0 | 1010 | 1001 | 100 | 101011110 | 111010 | 1011100 |
Color Harmonies of #F6DDE1
Complementary color
Monochromatic Colors of #F6DDE1
Black with #F6DDE1
Text Example
Text Example
White with #F6DDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DDE1; }
p { color: rgb(246,221,225); }
H1.HeaderClassName
{
color: #F6DDE1;
}
.AnyTagClassName
{
color: #F6DDE1;
}
</style>
background-color css
<style>
a { background-color: #F6DDE1; }
a { background-color: rgb(246,221,225); }
div.DivClassName
{
background-color: #F6DDE1;
}
.BgClassName
{
background-color: #F6DDE1;
}
</style>
border-color css
<style>
span { border-color: #F6DDE1; }
span { border-color: rgb(246,221,225); }
td.TdClassName
{
border-color: #F6DDE1;
}
.TagClassName
{
border-color: #F6DDE1;
}
</style>