Shades of Carousel Pink #F6D9E1
Tints of Carousel Pink #F6D9E1
RGB
CMYK
RGB Variations
Color information
#F6D9E1 (or 0xF6D9E1) is known color: Carousel Pink. HEX triplet: F6, D9 and E1. RGB value is (246,217,225). Sum of RGB (Red+Green+Blue) = 246+217+225=688 (91% of max value = 765). Red value is 246 (96.48% from 255 or 35.76% from 688); Green value is 217 (85.16% from 255 or 31.54% from 688); Blue value is 225 (88.28% from 255 or 32.70% from 688); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D9E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6D9E1 is #09261E. Grayscale: #E2E2E2. Windows color (decimal): -599583 or 14801398. OLE color: 14801398.
HSL color Cylindrical-coordinate representation of color #F6D9E1: hue angle of 343.45º degrees, saturation: 0.62, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F6D9E1 is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 217 | 225 | - |
| CMYK | 0 | 0.12 | 0.09 | 0.04 |
| HSL | 343.45º | 0.62% | 0.91% | - |
| HSV(B) | 343.45º | 0.12% | 0.96% | - |
| XYZ | 76.41 | 74.65 | 81.62 | - |
| YUV | 226.58 | 127.11 | 141.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 217 | 225 | 0 | 0.12 | 0.09 | 0.04 | 343.45 | 0.62 | 0.91 |
| Hex | F6 | D9 | E1 | 0 | C | 9 | 4 | 157 | 3E | 5B |
| Octal | 366 | 331 | 341 | 0 | 14 | 11 | 4 | 527 | 76 | 133 |
| Binary | 11110110 | 11011001 | 11100001 | 0 | 1100 | 1001 | 100 | 101010111 | 111110 | 1011011 |
Color Harmonies of #F6D9E1
Complementary color
Monochromatic Colors of #F6D9E1
Black with #F6D9E1
Text Example
Text Example
White with #F6D9E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D9E1; }
p { color: rgb(246,217,225); }
H1.HeaderClassName
{
color: #F6D9E1;
}
.AnyTagClassName
{
color: #F6D9E1;
}
</style>
background-color css
<style>
a { background-color: #F6D9E1; }
a { background-color: rgb(246,217,225); }
div.DivClassName
{
background-color: #F6D9E1;
}
.BgClassName
{
background-color: #F6D9E1;
}
</style>
border-color css
<style>
span { border-color: #F6D9E1; }
span { border-color: rgb(246,217,225); }
td.TdClassName
{
border-color: #F6D9E1;
}
.TagClassName
{
border-color: #F6D9E1;
}
</style>