Shades of Carousel Pink #F6DBE1
Tints of Carousel Pink #F6DBE1
RGB
CMYK
RGB Variations
Color information
#F6DBE1 (or 0xF6DBE1) is known color: Carousel Pink. HEX triplet: F6, DB and E1. RGB value is (246,219,225). Sum of RGB (Red+Green+Blue) = 246+219+225=690 (91% of max value = 765). Red value is 246 (96.48% from 255 or 35.65% from 690); Green value is 219 (85.94% from 255 or 31.74% from 690); Blue value is 225 (88.28% from 255 or 32.61% from 690); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DBE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6DBE1 is #09241E. Grayscale: #E3E3E3. Windows color (decimal): -599071 or 14801910. OLE color: 14801910.
HSL color Cylindrical-coordinate representation of color #F6DBE1: hue angle of 346.67º 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 #F6DBE1 is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 219 | 225 | - |
| CMYK | 0 | 0.11 | 0.09 | 0.04 |
| HSL | 346.67º | 0.6% | 0.91% | - |
| HSV(B) | 346.67º | 0.11% | 0.96% | - |
| XYZ | 76.93 | 75.69 | 81.79 | - |
| YUV | 227.76 | 126.45 | 141.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 219 | 225 | 0 | 0.11 | 0.09 | 0.04 | 346.67 | 0.6 | 0.91 |
| Hex | F6 | DB | E1 | 0 | B | 9 | 4 | 15B | 3C | 5B |
| Octal | 366 | 333 | 341 | 0 | 13 | 11 | 4 | 533 | 74 | 133 |
| Binary | 11110110 | 11011011 | 11100001 | 0 | 1011 | 1001 | 100 | 101011011 | 111100 | 1011011 |
Color Harmonies of #F6DBE1
Complementary color
Monochromatic Colors of #F6DBE1
Black with #F6DBE1
Text Example
Text Example
White with #F6DBE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DBE1; }
p { color: rgb(246,219,225); }
H1.HeaderClassName
{
color: #F6DBE1;
}
.AnyTagClassName
{
color: #F6DBE1;
}
</style>
background-color css
<style>
a { background-color: #F6DBE1; }
a { background-color: rgb(246,219,225); }
div.DivClassName
{
background-color: #F6DBE1;
}
.BgClassName
{
background-color: #F6DBE1;
}
</style>
border-color css
<style>
span { border-color: #F6DBE1; }
span { border-color: rgb(246,219,225); }
td.TdClassName
{
border-color: #F6DBE1;
}
.TagClassName
{
border-color: #F6DBE1;
}
</style>