Shades of Carousel Pink #F6D9DF
Tints of Carousel Pink #F6D9DF
RGB
CMYK
RGB Variations
Color information
#F6D9DF (or 0xF6D9DF) is known color: Carousel Pink. HEX triplet: F6, D9 and DF. RGB value is (246,217,223). Sum of RGB (Red+Green+Blue) = 246+217+223=686 (90% of max value = 765). Red value is 246 (96.48% from 255 or 35.86% from 686); Green value is 217 (85.16% from 255 or 31.63% from 686); Blue value is 223 (87.5% from 255 or 32.51% from 686); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D9DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6D9DF is #092620. Grayscale: #E2E2E2. Windows color (decimal): -599585 or 14670326. OLE color: 14670326.
HSL color Cylindrical-coordinate representation of color #F6D9DF: hue angle of 347.59º 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 #F6D9DF is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 217 | 223 | - |
| CMYK | 0 | 0.12 | 0.09 | 0.04 |
| HSL | 347.59º | 0.62% | 0.91% | - |
| HSV(B) | 347.59º | 0.12% | 0.96% | - |
| XYZ | 76.14 | 74.55 | 80.19 | - |
| YUV | 226.36 | 126.11 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 217 | 223 | 0 | 0.12 | 0.09 | 0.04 | 347.59 | 0.62 | 0.91 |
| Hex | F6 | D9 | DF | 0 | C | 9 | 4 | 15C | 3E | 5B |
| Octal | 366 | 331 | 337 | 0 | 14 | 11 | 4 | 534 | 76 | 133 |
| Binary | 11110110 | 11011001 | 11011111 | 0 | 1100 | 1001 | 100 | 101011100 | 111110 | 1011011 |
Color Harmonies of #F6D9DF
Complementary color
Monochromatic Colors of #F6D9DF
Black with #F6D9DF
Text Example
Text Example
White with #F6D9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D9DF; }
p { color: rgb(246,217,223); }
H1.HeaderClassName
{
color: #F6D9DF;
}
.AnyTagClassName
{
color: #F6D9DF;
}
</style>
background-color css
<style>
a { background-color: #F6D9DF; }
a { background-color: rgb(246,217,223); }
div.DivClassName
{
background-color: #F6D9DF;
}
.BgClassName
{
background-color: #F6D9DF;
}
</style>
border-color css
<style>
span { border-color: #F6D9DF; }
span { border-color: rgb(246,217,223); }
td.TdClassName
{
border-color: #F6D9DF;
}
.TagClassName
{
border-color: #F6D9DF;
}
</style>