Shades of Carousel Pink #F6DDE3
Tints of Carousel Pink #F6DDE3
RGB
CMYK
RGB Variations
Color information
#F6DDE3 (or 0xF6DDE3) is known color: Carousel Pink. HEX triplet: F6, DD and E3. RGB value is (246,221,227). Sum of RGB (Red+Green+Blue) = 246+221+227=694 (91% of max value = 765). Red value is 246 (96.48% from 255 or 35.45% from 694); Green value is 221 (86.72% from 255 or 31.84% from 694); Blue value is 227 (89.06% from 255 or 32.71% from 694); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DDE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6DDE3 is #09221C. Grayscale: #E5E5E5. Windows color (decimal): -598557 or 14933494. OLE color: 14933494.
HSL color Cylindrical-coordinate representation of color #F6DDE3: hue angle of 345.6º 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 #F6DDE3 is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 221 | 227 | - |
| CMYK | 0 | 0.10 | 0.08 | 0.04 |
| HSL | 345.6º | 0.58% | 0.92% | - |
| HSV(B) | 345.6º | 0.1% | 0.96% | - |
| XYZ | 77.73 | 76.85 | 83.41 | - |
| YUV | 229.16 | 126.78 | 140.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 221 | 227 | 0 | 0.10 | 0.08 | 0.04 | 345.6 | 0.58 | 0.92 |
| Hex | F6 | DD | E3 | 0 | A | 8 | 4 | 15A | 3A | 5C |
| Octal | 366 | 335 | 343 | 0 | 12 | 10 | 4 | 532 | 72 | 134 |
| Binary | 11110110 | 11011101 | 11100011 | 0 | 1010 | 1000 | 100 | 101011010 | 111010 | 1011100 |
Color Harmonies of #F6DDE3
Complementary color
Monochromatic Colors of #F6DDE3
Black with #F6DDE3
Text Example
Text Example
White with #F6DDE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DDE3; }
p { color: rgb(246,221,227); }
H1.HeaderClassName
{
color: #F6DDE3;
}
.AnyTagClassName
{
color: #F6DDE3;
}
</style>
background-color css
<style>
a { background-color: #F6DDE3; }
a { background-color: rgb(246,221,227); }
div.DivClassName
{
background-color: #F6DDE3;
}
.BgClassName
{
background-color: #F6DDE3;
}
</style>
border-color css
<style>
span { border-color: #F6DDE3; }
span { border-color: rgb(246,221,227); }
td.TdClassName
{
border-color: #F6DDE3;
}
.TagClassName
{
border-color: #F6DDE3;
}
</style>