Shades of Your Pink #F6C3B8
Tints of Your Pink #F6C3B8
RGB
CMYK
RGB Variations
Color information
#F6C3B8 (or 0xF6C3B8) is known color: Your Pink. HEX triplet: F6, C3 and B8. RGB value is (246,195,184). Sum of RGB (Red+Green+Blue) = 246+195+184=625 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.36% from 625); Green value is 195 (76.56% from 255 or 31.2% from 625); Blue value is 184 (72.27% from 255 or 29.44% from 625); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C3B8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6C3B8 is #093C47. Grayscale: #D1D1D1. Windows color (decimal): -605256 or 12108790. OLE color: 12108790.
HSL color Cylindrical-coordinate representation of color #F6C3B8: hue angle of 10.65º degrees, saturation: 0.77, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F6C3B8 is Cyan = 0, Magento = 0.21, Yellow = 0.25 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 195 | 184 | - |
| CMYK | 0 | 0.21 | 0.25 | 0.04 |
| HSL | 10.65º | 0.78% | 0.84% | - |
| HSV(B) | 10.65º | 0.25% | 0.96% | - |
| XYZ | 66.17 | 62.08 | 53.84 | - |
| YUV | 209 | 113.9 | 154.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 195 | 184 | 0 | 0.21 | 0.25 | 0.04 | 10.65 | 0.78 | 0.84 |
| Hex | F6 | C3 | B8 | 0 | 15 | 19 | 4 | B | 4E | 54 |
| Octal | 366 | 303 | 270 | 0 | 25 | 31 | 4 | 13 | 116 | 124 |
| Binary | 11110110 | 11000011 | 10111000 | 0 | 10101 | 11001 | 100 | 1011 | 1001110 | 1010100 |
Color Harmonies of #F6C3B8
Complementary color
Monochromatic Colors of #F6C3B8
Black with #F6C3B8
Text Example
Text Example
White with #F6C3B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C3B8; }
p { color: rgb(246,195,184); }
H1.HeaderClassName
{
color: #F6C3B8;
}
.AnyTagClassName
{
color: #F6C3B8;
}
</style>
background-color css
<style>
a { background-color: #F6C3B8; }
a { background-color: rgb(246,195,184); }
div.DivClassName
{
background-color: #F6C3B8;
}
.BgClassName
{
background-color: #F6C3B8;
}
</style>
border-color css
<style>
span { border-color: #F6C3B8; }
span { border-color: rgb(246,195,184); }
td.TdClassName
{
border-color: #F6C3B8;
}
.TagClassName
{
border-color: #F6C3B8;
}
</style>