Shades of Carousel Pink #F6DEE4
Tints of Carousel Pink #F6DEE4
RGB
CMYK
RGB Variations
Color information
#F6DEE4 (or 0xF6DEE4) is known color: Carousel Pink. HEX triplet: F6, DE and E4. RGB value is (246,222,228). Sum of RGB (Red+Green+Blue) = 246+222+228=696 (92% of max value = 765). Red value is 246 (96.48% from 255 or 35.34% from 696); Green value is 222 (87.11% from 255 or 31.90% from 696); Blue value is 228 (89.45% from 255 or 32.76% from 696); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DEE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6DEE4 is #09211B. Grayscale: #E5E5E5. Windows color (decimal): -598300 or 14999286. OLE color: 14999286.
HSL color Cylindrical-coordinate representation of color #F6DEE4: hue angle of 345º degrees, saturation: 0.57, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F6DEE4 is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 222 | 228 | - |
| CMYK | 0 | 0.10 | 0.07 | 0.04 |
| HSL | 345º | 0.57% | 0.92% | - |
| HSV(B) | 345º | 0.1% | 0.96% | - |
| XYZ | 78.13 | 77.44 | 84.23 | - |
| YUV | 229.86 | 126.95 | 139.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 222 | 228 | 0 | 0.10 | 0.07 | 0.04 | 345 | 0.57 | 0.92 |
| Hex | F6 | DE | E4 | 0 | A | 7 | 4 | 159 | 39 | 5C |
| Octal | 366 | 336 | 344 | 0 | 12 | 7 | 4 | 531 | 71 | 134 |
| Binary | 11110110 | 11011110 | 11100100 | 0 | 1010 | 111 | 100 | 101011001 | 111001 | 1011100 |
Color Harmonies of #F6DEE4
Complementary color
Monochromatic Colors of #F6DEE4
Black with #F6DEE4
Text Example
Text Example
White with #F6DEE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DEE4; }
p { color: rgb(246,222,228); }
H1.HeaderClassName
{
color: #F6DEE4;
}
.AnyTagClassName
{
color: #F6DEE4;
}
</style>
background-color css
<style>
a { background-color: #F6DEE4; }
a { background-color: rgb(246,222,228); }
div.DivClassName
{
background-color: #F6DEE4;
}
.BgClassName
{
background-color: #F6DEE4;
}
</style>
border-color css
<style>
span { border-color: #F6DEE4; }
span { border-color: rgb(246,222,228); }
td.TdClassName
{
border-color: #F6DEE4;
}
.TagClassName
{
border-color: #F6DEE4;
}
</style>