Shades of Your Pink #F6C4BD
Tints of Your Pink #F6C4BD
RGB
CMYK
RGB Variations
Color information
#F6C4BD (or 0xF6C4BD) is known color: Your Pink. HEX triplet: F6, C4 and BD. RGB value is (246,196,189). Sum of RGB (Red+Green+Blue) = 246+196+189=631 (83% of max value = 765). Red value is 246 (96.48% from 255 or 38.99% from 631); Green value is 196 (76.95% from 255 or 31.06% from 631); Blue value is 189 (74.22% from 255 or 29.95% from 631); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C4BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6C4BD is #093B42. Grayscale: #D2D2D2. Windows color (decimal): -604995 or 12436726. OLE color: 12436726.
HSL color Cylindrical-coordinate representation of color #F6C4BD: hue angle of 7.37º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F6C4BD is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 196 | 189 | - |
| CMYK | 0 | 0.20 | 0.23 | 0.04 |
| HSL | 7.37º | 0.76% | 0.85% | - |
| HSV(B) | 7.37º | 0.23% | 0.96% | - |
| XYZ | 66.93 | 62.75 | 56.73 | - |
| YUV | 210.15 | 116.07 | 153.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 196 | 189 | 0 | 0.20 | 0.23 | 0.04 | 7.37 | 0.76 | 0.85 |
| Hex | F6 | C4 | BD | 0 | 14 | 17 | 4 | 7 | 4C | 55 |
| Octal | 366 | 304 | 275 | 0 | 24 | 27 | 4 | 7 | 114 | 125 |
| Binary | 11110110 | 11000100 | 10111101 | 0 | 10100 | 10111 | 100 | 111 | 1001100 | 1010101 |
Color Harmonies of #F6C4BD
Complementary color
Monochromatic Colors of #F6C4BD
Black with #F6C4BD
Text Example
Text Example
White with #F6C4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C4BD; }
p { color: rgb(246,196,189); }
H1.HeaderClassName
{
color: #F6C4BD;
}
.AnyTagClassName
{
color: #F6C4BD;
}
</style>
background-color css
<style>
a { background-color: #F6C4BD; }
a { background-color: rgb(246,196,189); }
div.DivClassName
{
background-color: #F6C4BD;
}
.BgClassName
{
background-color: #F6C4BD;
}
</style>
border-color css
<style>
span { border-color: #F6C4BD; }
span { border-color: rgb(246,196,189); }
td.TdClassName
{
border-color: #F6C4BD;
}
.TagClassName
{
border-color: #F6C4BD;
}
</style>