Shades of Carousel Pink #F6DDE4
Tints of Carousel Pink #F6DDE4
RGB
CMYK
RGB Variations
Color information
#F6DDE4 (or 0xF6DDE4) is known color: Carousel Pink. HEX triplet: F6, DD and E4. RGB value is (246,221,228). Sum of RGB (Red+Green+Blue) = 246+221+228=695 (92% of max value = 765). Red value is 246 (96.48% from 255 or 35.40% from 695); Green value is 221 (86.72% from 255 or 31.80% from 695); Blue value is 228 (89.45% from 255 or 32.81% from 695); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DDE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6DDE4 is #09221B. Grayscale: #E5E5E5. Windows color (decimal): -598556 or 14999030. OLE color: 14999030.
HSL color Cylindrical-coordinate representation of color #F6DDE4: hue angle of 343.2º degrees, saturation: 0.58, 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 #F6DDE4 is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 221 | 228 | - |
| CMYK | 0 | 0.10 | 0.07 | 0.04 |
| HSL | 343.2º | 0.58% | 0.92% | - |
| HSV(B) | 343.2º | 0.1% | 0.96% | - |
| XYZ | 77.87 | 76.91 | 84.14 | - |
| YUV | 229.27 | 127.28 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 221 | 228 | 0 | 0.10 | 0.07 | 0.04 | 343.2 | 0.58 | 0.92 |
| Hex | F6 | DD | E4 | 0 | A | 7 | 4 | 157 | 3A | 5C |
| Octal | 366 | 335 | 344 | 0 | 12 | 7 | 4 | 527 | 72 | 134 |
| Binary | 11110110 | 11011101 | 11100100 | 0 | 1010 | 111 | 100 | 101010111 | 111010 | 1011100 |
Color Harmonies of #F6DDE4
Complementary color
Monochromatic Colors of #F6DDE4
Black with #F6DDE4
Text Example
Text Example
White with #F6DDE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DDE4; }
p { color: rgb(246,221,228); }
H1.HeaderClassName
{
color: #F6DDE4;
}
.AnyTagClassName
{
color: #F6DDE4;
}
</style>
background-color css
<style>
a { background-color: #F6DDE4; }
a { background-color: rgb(246,221,228); }
div.DivClassName
{
background-color: #F6DDE4;
}
.BgClassName
{
background-color: #F6DDE4;
}
</style>
border-color css
<style>
span { border-color: #F6DDE4; }
span { border-color: rgb(246,221,228); }
td.TdClassName
{
border-color: #F6DDE4;
}
.TagClassName
{
border-color: #F6DDE4;
}
</style>