Shades of Carousel Pink #F6DAE1
Tints of Carousel Pink #F6DAE1
RGB
CMYK
RGB Variations
Color information
#F6DAE1 (or 0xF6DAE1) is known color: Carousel Pink. HEX triplet: F6, DA and E1. RGB value is (246,218,225). Sum of RGB (Red+Green+Blue) = 246+218+225=689 (91% of max value = 765). Red value is 246 (96.48% from 255 or 35.70% from 689); Green value is 218 (85.55% from 255 or 31.64% from 689); Blue value is 225 (88.28% from 255 or 32.66% from 689); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DAE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6DAE1 is #09251E. Grayscale: #E3E3E3. Windows color (decimal): -599327 or 14801654. OLE color: 14801654.
HSL color Cylindrical-coordinate representation of color #F6DAE1: hue angle of 345º 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 #F6DAE1 is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 218 | 225 | - |
| CMYK | 0 | 0.11 | 0.09 | 0.04 |
| HSL | 345º | 0.61% | 0.91% | - |
| HSV(B) | 345º | 0.11% | 0.96% | - |
| XYZ | 76.67 | 75.17 | 81.7 | - |
| YUV | 227.17 | 126.78 | 141.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 218 | 225 | 0 | 0.11 | 0.09 | 0.04 | 345 | 0.61 | 0.91 |
| Hex | F6 | DA | E1 | 0 | B | 9 | 4 | 159 | 3D | 5B |
| Octal | 366 | 332 | 341 | 0 | 13 | 11 | 4 | 531 | 75 | 133 |
| Binary | 11110110 | 11011010 | 11100001 | 0 | 1011 | 1001 | 100 | 101011001 | 111101 | 1011011 |
Color Harmonies of #F6DAE1
Complementary color
Monochromatic Colors of #F6DAE1
Black with #F6DAE1
Text Example
Text Example
White with #F6DAE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DAE1; }
p { color: rgb(246,218,225); }
H1.HeaderClassName
{
color: #F6DAE1;
}
.AnyTagClassName
{
color: #F6DAE1;
}
</style>
background-color css
<style>
a { background-color: #F6DAE1; }
a { background-color: rgb(246,218,225); }
div.DivClassName
{
background-color: #F6DAE1;
}
.BgClassName
{
background-color: #F6DAE1;
}
</style>
border-color css
<style>
span { border-color: #F6DAE1; }
span { border-color: rgb(246,218,225); }
td.TdClassName
{
border-color: #F6DAE1;
}
.TagClassName
{
border-color: #F6DAE1;
}
</style>