Shades of Pink #F4C1CD
Tints of Pink #F4C1CD
RGB
CMYK
RGB Variations
Color information
#F4C1CD (or 0xF4C1CD) is known color: Pink. HEX triplet: F4, C1 and CD. RGB value is (244,193,205). Sum of RGB (Red+Green+Blue) = 244+193+205=642 (85% of max value = 765). Red value is 244 (95.70% from 255 or 38.01% from 642); Green value is 193 (75.78% from 255 or 30.06% from 642); Blue value is 205 (80.47% from 255 or 31.93% from 642); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C1CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4C1CD is #0B3E32. Grayscale: #D1D1D1. Windows color (decimal): -736819 or 13484532. OLE color: 13484532.
HSL color Cylindrical-coordinate representation of color #F4C1CD: hue angle of 345.88º 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 #F4C1CD is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 193 | 205 | - |
| CMYK | 0 | 0.21 | 0.16 | 0.04 |
| HSL | 345.88º | 0.7% | 0.86% | - |
| HSV(B) | 345.88º | 0.21% | 0.96% | - |
| XYZ | 67.4 | 61.78 | 66.13 | - |
| YUV | 209.62 | 125.4 | 152.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 193 | 205 | 0 | 0.21 | 0.16 | 0.04 | 345.88 | 0.7 | 0.86 |
| Hex | F4 | C1 | CD | 0 | 15 | 10 | 4 | 15A | 46 | 56 |
| Octal | 364 | 301 | 315 | 0 | 25 | 20 | 4 | 532 | 106 | 126 |
| Binary | 11110100 | 11000001 | 11001101 | 0 | 10101 | 10000 | 100 | 101011010 | 1000110 | 1010110 |
Color Harmonies of #F4C1CD
Complementary color
Monochromatic Colors of #F4C1CD
Black with #F4C1CD
Text Example
Text Example
White with #F4C1CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4C1CD; }
p { color: rgb(244,193,205); }
H1.HeaderClassName
{
color: #F4C1CD;
}
.AnyTagClassName
{
color: #F4C1CD;
}
</style>
background-color css
<style>
a { background-color: #F4C1CD; }
a { background-color: rgb(244,193,205); }
div.DivClassName
{
background-color: #F4C1CD;
}
.BgClassName
{
background-color: #F4C1CD;
}
</style>
border-color css
<style>
span { border-color: #F4C1CD; }
span { border-color: rgb(244,193,205); }
td.TdClassName
{
border-color: #F4C1CD;
}
.TagClassName
{
border-color: #F4C1CD;
}
</style>