Shades of Carousel Pink #F6E3E5
Tints of Carousel Pink #F6E3E5
RGB
CMYK
RGB Variations
Color information
#F6E3E5 (or 0xF6E3E5) is known color: Carousel Pink. HEX triplet: F6, E3 and E5. RGB value is (246,227,229). Sum of RGB (Red+Green+Blue) = 246+227+229=702 (92% of max value = 765). Red value is 246 (96.48% from 255 or 35.04% from 702); Green value is 227 (89.06% from 255 or 32.34% from 702); Blue value is 229 (89.84% from 255 or 32.62% from 702); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E3E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6E3E5 is #091C1A. Grayscale: #E8E8E8. Windows color (decimal): -597019 or 15066102. OLE color: 15066102.
HSL color Cylindrical-coordinate representation of color #F6E3E5: hue angle of 353.68º degrees, saturation: 0.51, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F6E3E5 is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 227 | 229 | - |
| CMYK | 0 | 0.08 | 0.07 | 0.04 |
| HSL | 353.68º | 0.51% | 0.93% | - |
| HSV(B) | 353.68º | 0.08% | 0.96% | - |
| XYZ | 79.62 | 80.19 | 85.41 | - |
| YUV | 232.91 | 125.79 | 137.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 227 | 229 | 0 | 0.08 | 0.07 | 0.04 | 353.68 | 0.51 | 0.93 |
| Hex | F6 | E3 | E5 | 0 | 8 | 7 | 4 | 162 | 33 | 5D |
| Octal | 366 | 343 | 345 | 0 | 10 | 7 | 4 | 542 | 63 | 135 |
| Binary | 11110110 | 11100011 | 11100101 | 0 | 1000 | 111 | 100 | 101100010 | 110011 | 1011101 |
Color Harmonies of #F6E3E5
Complementary color
Monochromatic Colors of #F6E3E5
Black with #F6E3E5
Text Example
Text Example
White with #F6E3E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6E3E5; }
p { color: rgb(246,227,229); }
H1.HeaderClassName
{
color: #F6E3E5;
}
.AnyTagClassName
{
color: #F6E3E5;
}
</style>
background-color css
<style>
a { background-color: #F6E3E5; }
a { background-color: rgb(246,227,229); }
div.DivClassName
{
background-color: #F6E3E5;
}
.BgClassName
{
background-color: #F6E3E5;
}
</style>
border-color css
<style>
span { border-color: #F6E3E5; }
span { border-color: rgb(246,227,229); }
td.TdClassName
{
border-color: #F6E3E5;
}
.TagClassName
{
border-color: #F6E3E5;
}
</style>