Shades of Pink #F4C1CE
Tints of Pink #F4C1CE
RGB
CMYK
RGB Variations
Color information
#F4C1CE (or 0xF4C1CE) is known color: Pink. HEX triplet: F4, C1 and CE. RGB value is (244,193,206). Sum of RGB (Red+Green+Blue) = 244+193+206=643 (85% of max value = 765). Red value is 244 (95.70% from 255 or 37.95% from 643); Green value is 193 (75.78% from 255 or 30.02% from 643); Blue value is 206 (80.86% from 255 or 32.04% from 643); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C1CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4C1CE is #0B3E31. Grayscale: #D1D1D1. Windows color (decimal): -736818 or 13550068. OLE color: 13550068.
HSL color Cylindrical-coordinate representation of color #F4C1CE: hue angle of 344.71º degrees, saturation: 0.7, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F4C1CE is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 193 | 206 | - |
| CMYK | 0 | 0.21 | 0.16 | 0.04 |
| HSL | 344.71º | 0.7% | 0.86% | - |
| HSV(B) | 344.71º | 0.21% | 0.96% | - |
| XYZ | 67.52 | 61.83 | 66.77 | - |
| YUV | 209.73 | 125.9 | 152.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 193 | 206 | 0 | 0.21 | 0.16 | 0.04 | 344.71 | 0.7 | 0.86 |
| Hex | F4 | C1 | CE | 0 | 15 | 10 | 4 | 159 | 46 | 56 |
| Octal | 364 | 301 | 316 | 0 | 25 | 20 | 4 | 531 | 106 | 126 |
| Binary | 11110100 | 11000001 | 11001110 | 0 | 10101 | 10000 | 100 | 101011001 | 1000110 | 1010110 |
Color Harmonies of #F4C1CE
Complementary color
Monochromatic Colors of #F4C1CE
Black with #F4C1CE
Text Example
Text Example
White with #F4C1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4C1CE; }
p { color: rgb(244,193,206); }
H1.HeaderClassName
{
color: #F4C1CE;
}
.AnyTagClassName
{
color: #F4C1CE;
}
</style>
background-color css
<style>
a { background-color: #F4C1CE; }
a { background-color: rgb(244,193,206); }
div.DivClassName
{
background-color: #F4C1CE;
}
.BgClassName
{
background-color: #F4C1CE;
}
</style>
border-color css
<style>
span { border-color: #F4C1CE; }
span { border-color: rgb(244,193,206); }
td.TdClassName
{
border-color: #F4C1CE;
}
.TagClassName
{
border-color: #F4C1CE;
}
</style>