Shades of Carousel Pink #F6D8E0
Tints of Carousel Pink #F6D8E0
RGB
CMYK
RGB Variations
Color information
#F6D8E0 (or 0xF6D8E0) is known color: Carousel Pink. HEX triplet: F6, D8 and E0. RGB value is (246,216,224). Sum of RGB (Red+Green+Blue) = 246+216+224=686 (90% of max value = 765). Red value is 246 (96.48% from 255 or 35.86% from 686); Green value is 216 (84.77% from 255 or 31.49% from 686); Blue value is 224 (87.89% from 255 or 32.65% from 686); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D8E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6D8E0 is #09271F. Grayscale: #E1E1E1. Windows color (decimal): -599840 or 14735606. OLE color: 14735606.
HSL color Cylindrical-coordinate representation of color #F6D8E0: hue angle of 344º degrees, saturation: 0.62, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F6D8E0 is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 216 | 224 | - |
| CMYK | 0 | 0.12 | 0.09 | 0.04 |
| HSL | 344º | 0.63% | 0.91% | - |
| HSV(B) | 344º | 0.12% | 0.96% | - |
| XYZ | 76.02 | 74.09 | 80.81 | - |
| YUV | 225.88 | 126.94 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 216 | 224 | 0 | 0.12 | 0.09 | 0.04 | 344 | 0.63 | 0.91 |
| Hex | F6 | D8 | E0 | 0 | C | 9 | 4 | 158 | 3E | 5B |
| Octal | 366 | 330 | 340 | 0 | 14 | 11 | 4 | 530 | 76 | 133 |
| Binary | 11110110 | 11011000 | 11100000 | 0 | 1100 | 1001 | 100 | 101011000 | 111110 | 1011011 |
Color Harmonies of #F6D8E0
Complementary color
Monochromatic Colors of #F6D8E0
Black with #F6D8E0
Text Example
Text Example
White with #F6D8E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D8E0; }
p { color: rgb(246,216,224); }
H1.HeaderClassName
{
color: #F6D8E0;
}
.AnyTagClassName
{
color: #F6D8E0;
}
</style>
background-color css
<style>
a { background-color: #F6D8E0; }
a { background-color: rgb(246,216,224); }
div.DivClassName
{
background-color: #F6D8E0;
}
.BgClassName
{
background-color: #F6D8E0;
}
</style>
border-color css
<style>
span { border-color: #F6D8E0; }
span { border-color: rgb(246,216,224); }
td.TdClassName
{
border-color: #F6D8E0;
}
.TagClassName
{
border-color: #F6D8E0;
}
</style>