Shades of Carousel Pink #F6DADE
Tints of Carousel Pink #F6DADE
RGB
CMYK
RGB Variations
Color information
#F6DADE (or 0xF6DADE) is known color: Carousel Pink. HEX triplet: F6, DA and DE. RGB value is (246,218,222). Sum of RGB (Red+Green+Blue) = 246+218+222=686 (90% of max value = 765). Red value is 246 (96.48% from 255 or 35.86% from 686); Green value is 218 (85.55% from 255 or 31.78% from 686); Blue value is 222 (87.11% from 255 or 32.36% from 686); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DADE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6DADE is #092521. Grayscale: #E2E2E2. Windows color (decimal): -599330 or 14605046. OLE color: 14605046.
HSL color Cylindrical-coordinate representation of color #F6DADE: hue angle of 351.43º degrees, saturation: 0.61, 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 #F6DADE is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 218 | 222 | - |
| CMYK | 0 | 0.11 | 0.10 | 0.04 |
| HSL | 351.43º | 0.61% | 0.91% | - |
| HSV(B) | 351.43º | 0.11% | 0.96% | - |
| XYZ | 76.26 | 75.01 | 79.57 | - |
| YUV | 226.83 | 125.28 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 218 | 222 | 0 | 0.11 | 0.10 | 0.04 | 351.43 | 0.61 | 0.91 |
| Hex | F6 | DA | DE | 0 | B | A | 4 | 15F | 3D | 5B |
| Octal | 366 | 332 | 336 | 0 | 13 | 12 | 4 | 537 | 75 | 133 |
| Binary | 11110110 | 11011010 | 11011110 | 0 | 1011 | 1010 | 100 | 101011111 | 111101 | 1011011 |
Color Harmonies of #F6DADE
Complementary color
Monochromatic Colors of #F6DADE
Black with #F6DADE
Text Example
Text Example
White with #F6DADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DADE; }
p { color: rgb(246,218,222); }
H1.HeaderClassName
{
color: #F6DADE;
}
.AnyTagClassName
{
color: #F6DADE;
}
</style>
background-color css
<style>
a { background-color: #F6DADE; }
a { background-color: rgb(246,218,222); }
div.DivClassName
{
background-color: #F6DADE;
}
.BgClassName
{
background-color: #F6DADE;
}
</style>
border-color css
<style>
span { border-color: #F6DADE; }
span { border-color: rgb(246,218,222); }
td.TdClassName
{
border-color: #F6DADE;
}
.TagClassName
{
border-color: #F6DADE;
}
</style>