Shades of Carousel Pink #F6DBE0
Tints of Carousel Pink #F6DBE0
RGB
CMYK
RGB Variations
Color information
#F6DBE0 (or 0xF6DBE0) is known color: Carousel Pink. HEX triplet: F6, DB and E0. RGB value is (246,219,224). Sum of RGB (Red+Green+Blue) = 246+219+224=689 (91% of max value = 765). Red value is 246 (96.48% from 255 or 35.70% from 689); Green value is 219 (85.94% from 255 or 31.79% from 689); Blue value is 224 (87.89% from 255 or 32.51% from 689); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DBE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6DBE0 is #09241F. Grayscale: #E3E3E3. Windows color (decimal): -599072 or 14736374. OLE color: 14736374.
HSL color Cylindrical-coordinate representation of color #F6DBE0: hue angle of 348.89º 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 #F6DBE0 is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 219 | 224 | - |
| CMYK | 0 | 0.11 | 0.09 | 0.04 |
| HSL | 348.89º | 0.6% | 0.91% | - |
| HSV(B) | 348.89º | 0.11% | 0.96% | - |
| XYZ | 76.79 | 75.64 | 81.07 | - |
| YUV | 227.64 | 125.95 | 141.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 219 | 224 | 0 | 0.11 | 0.09 | 0.04 | 348.89 | 0.6 | 0.91 |
| Hex | F6 | DB | E0 | 0 | B | 9 | 4 | 15D | 3C | 5B |
| Octal | 366 | 333 | 340 | 0 | 13 | 11 | 4 | 535 | 74 | 133 |
| Binary | 11110110 | 11011011 | 11100000 | 0 | 1011 | 1001 | 100 | 101011101 | 111100 | 1011011 |
Color Harmonies of #F6DBE0
Complementary color
Monochromatic Colors of #F6DBE0
Black with #F6DBE0
Text Example
Text Example
White with #F6DBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DBE0; }
p { color: rgb(246,219,224); }
H1.HeaderClassName
{
color: #F6DBE0;
}
.AnyTagClassName
{
color: #F6DBE0;
}
</style>
background-color css
<style>
a { background-color: #F6DBE0; }
a { background-color: rgb(246,219,224); }
div.DivClassName
{
background-color: #F6DBE0;
}
.BgClassName
{
background-color: #F6DBE0;
}
</style>
border-color css
<style>
span { border-color: #F6DBE0; }
span { border-color: rgb(246,219,224); }
td.TdClassName
{
border-color: #F6DBE0;
}
.TagClassName
{
border-color: #F6DBE0;
}
</style>