Shades of Carousel Pink #F6DBDF
Tints of Carousel Pink #F6DBDF
RGB
CMYK
RGB Variations
Color information
#F6DBDF (or 0xF6DBDF) is known color: Carousel Pink. HEX triplet: F6, DB and DF. RGB value is (246,219,223). Sum of RGB (Red+Green+Blue) = 246+219+223=688 (91% of max value = 765). Red value is 246 (96.48% from 255 or 35.76% from 688); Green value is 219 (85.94% from 255 or 31.83% from 688); Blue value is 223 (87.5% from 255 or 32.41% from 688); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DBDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6DBDF is #092420. Grayscale: #E3E3E3. Windows color (decimal): -599073 or 14670838. OLE color: 14670838.
HSL color Cylindrical-coordinate representation of color #F6DBDF: hue angle of 351.11º degrees, saturation: 0.6, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F6DBDF is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 219 | 223 | - |
| CMYK | 0 | 0.11 | 0.09 | 0.04 |
| HSL | 351.11º | 0.6% | 0.91% | - |
| HSV(B) | 351.11º | 0.11% | 0.96% | - |
| XYZ | 76.66 | 75.58 | 80.36 | - |
| YUV | 227.53 | 125.45 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 219 | 223 | 0 | 0.11 | 0.09 | 0.04 | 351.11 | 0.6 | 0.91 |
| Hex | F6 | DB | DF | 0 | B | 9 | 4 | 15F | 3C | 5B |
| Octal | 366 | 333 | 337 | 0 | 13 | 11 | 4 | 537 | 74 | 133 |
| Binary | 11110110 | 11011011 | 11011111 | 0 | 1011 | 1001 | 100 | 101011111 | 111100 | 1011011 |
Color Harmonies of #F6DBDF
Complementary color
Monochromatic Colors of #F6DBDF
Black with #F6DBDF
Text Example
Text Example
White with #F6DBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DBDF; }
p { color: rgb(246,219,223); }
H1.HeaderClassName
{
color: #F6DBDF;
}
.AnyTagClassName
{
color: #F6DBDF;
}
</style>
background-color css
<style>
a { background-color: #F6DBDF; }
a { background-color: rgb(246,219,223); }
div.DivClassName
{
background-color: #F6DBDF;
}
.BgClassName
{
background-color: #F6DBDF;
}
</style>
border-color css
<style>
span { border-color: #F6DBDF; }
span { border-color: rgb(246,219,223); }
td.TdClassName
{
border-color: #F6DBDF;
}
.TagClassName
{
border-color: #F6DBDF;
}
</style>