Shades of Pink #F4C6CE
Tints of Pink #F4C6CE
RGB
CMYK
RGB Variations
Color information
#F4C6CE (or 0xF4C6CE) is known color: Pink. HEX triplet: F4, C6 and CE. RGB value is (244,198,206). Sum of RGB (Red+Green+Blue) = 244+198+206=648 (85% of max value = 765). Red value is 244 (95.70% from 255 or 37.65% from 648); Green value is 198 (77.73% from 255 or 30.56% from 648); Blue value is 206 (80.86% from 255 or 31.79% from 648); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C6CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4C6CE is #0B3931. Grayscale: #D4D4D4. Windows color (decimal): -735538 or 13551348. OLE color: 13551348.
HSL color Cylindrical-coordinate representation of color #F4C6CE: hue angle of 349.57º degrees, saturation: 0.68, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F4C6CE is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 198 | 206 | - |
| CMYK | 0 | 0.19 | 0.16 | 0.04 |
| HSL | 349.57º | 0.68% | 0.87% | - |
| HSV(B) | 349.57º | 0.19% | 0.96% | - |
| XYZ | 68.64 | 64.08 | 67.14 | - |
| YUV | 212.67 | 124.24 | 150.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 198 | 206 | 0 | 0.19 | 0.16 | 0.04 | 349.57 | 0.68 | 0.87 |
| Hex | F4 | C6 | CE | 0 | 13 | 10 | 4 | 15E | 44 | 57 |
| Octal | 364 | 306 | 316 | 0 | 23 | 20 | 4 | 536 | 104 | 127 |
| Binary | 11110100 | 11000110 | 11001110 | 0 | 10011 | 10000 | 100 | 101011110 | 1000100 | 1010111 |
Color Harmonies of #F4C6CE
Complementary color
Monochromatic Colors of #F4C6CE
Black with #F4C6CE
Text Example
Text Example
White with #F4C6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4C6CE; }
p { color: rgb(244,198,206); }
H1.HeaderClassName
{
color: #F4C6CE;
}
.AnyTagClassName
{
color: #F4C6CE;
}
</style>
background-color css
<style>
a { background-color: #F4C6CE; }
a { background-color: rgb(244,198,206); }
div.DivClassName
{
background-color: #F4C6CE;
}
.BgClassName
{
background-color: #F4C6CE;
}
</style>
border-color css
<style>
span { border-color: #F4C6CE; }
span { border-color: rgb(244,198,206); }
td.TdClassName
{
border-color: #F4C6CE;
}
.TagClassName
{
border-color: #F4C6CE;
}
</style>