Shades of Pink #F4C0CB
Tints of Pink #F4C0CB
RGB
CMYK
RGB Variations
Color information
#F4C0CB (or 0xF4C0CB) is known color: Pink. HEX triplet: F4, C0 and CB. RGB value is (244,192,203). Sum of RGB (Red+Green+Blue) = 244+192+203=639 (84% of max value = 765). Red value is 244 (95.70% from 255 or 38.18% from 639); Green value is 192 (75.39% from 255 or 30.05% from 639); Blue value is 203 (79.69% from 255 or 31.77% from 639); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C0CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4C0CB is #0B3F34. Grayscale: #D0D0D0. Windows color (decimal): -737077 or 13353204. OLE color: 13353204.
HSL color Cylindrical-coordinate representation of color #F4C0CB: hue angle of 347.31º degrees, saturation: 0.7, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F4C0CB is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 192 | 203 | - |
| CMYK | 0 | 0.21 | 0.17 | 0.04 |
| HSL | 347.31º | 0.7% | 0.85% | - |
| HSV(B) | 347.31º | 0.21% | 0.96% | - |
| XYZ | 66.94 | 61.24 | 64.79 | - |
| YUV | 208.8 | 124.73 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 192 | 203 | 0 | 0.21 | 0.17 | 0.04 | 347.31 | 0.7 | 0.85 |
| Hex | F4 | C0 | CB | 0 | 15 | 11 | 4 | 15B | 46 | 55 |
| Octal | 364 | 300 | 313 | 0 | 25 | 21 | 4 | 533 | 106 | 125 |
| Binary | 11110100 | 11000000 | 11001011 | 0 | 10101 | 10001 | 100 | 101011011 | 1000110 | 1010101 |
Color Harmonies of #F4C0CB
Complementary color
Monochromatic Colors of #F4C0CB
Black with #F4C0CB
Text Example
Text Example
White with #F4C0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4C0CB; }
p { color: rgb(244,192,203); }
H1.HeaderClassName
{
color: #F4C0CB;
}
.AnyTagClassName
{
color: #F4C0CB;
}
</style>
background-color css
<style>
a { background-color: #F4C0CB; }
a { background-color: rgb(244,192,203); }
div.DivClassName
{
background-color: #F4C0CB;
}
.BgClassName
{
background-color: #F4C0CB;
}
</style>
border-color css
<style>
span { border-color: #F4C0CB; }
span { border-color: rgb(244,192,203); }
td.TdClassName
{
border-color: #F4C0CB;
}
.TagClassName
{
border-color: #F4C0CB;
}
</style>