Shades of Pink #F4C0CC
Tints of Pink #F4C0CC
RGB
CMYK
RGB Variations
Color information
#F4C0CC (or 0xF4C0CC) is known color: Pink. HEX triplet: F4, C0 and CC. RGB value is (244,192,204). Sum of RGB (Red+Green+Blue) = 244+192+204=640 (84% of max value = 765). Red value is 244 (95.70% from 255 or 38.12% from 640); Green value is 192 (75.39% from 255 or 30% from 640); Blue value is 204 (80.08% from 255 or 31.88% from 640); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C0CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4C0CC is #0B3F33. Grayscale: #D0D0D0. Windows color (decimal): -737076 or 13418740. OLE color: 13418740.
HSL color Cylindrical-coordinate representation of color #F4C0CC: hue angle of 346.15º 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 #F4C0CC is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 192 | 204 | - |
| CMYK | 0 | 0.21 | 0.16 | 0.04 |
| HSL | 346.15º | 0.7% | 0.85% | - |
| HSV(B) | 346.15º | 0.21% | 0.96% | - |
| XYZ | 67.06 | 61.29 | 65.42 | - |
| YUV | 208.92 | 125.23 | 153.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 192 | 204 | 0 | 0.21 | 0.16 | 0.04 | 346.15 | 0.7 | 0.85 |
| Hex | F4 | C0 | CC | 0 | 15 | 10 | 4 | 15A | 46 | 55 |
| Octal | 364 | 300 | 314 | 0 | 25 | 20 | 4 | 532 | 106 | 125 |
| Binary | 11110100 | 11000000 | 11001100 | 0 | 10101 | 10000 | 100 | 101011010 | 1000110 | 1010101 |
Color Harmonies of #F4C0CC
Complementary color
Monochromatic Colors of #F4C0CC
Black with #F4C0CC
Text Example
Text Example
White with #F4C0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4C0CC; }
p { color: rgb(244,192,204); }
H1.HeaderClassName
{
color: #F4C0CC;
}
.AnyTagClassName
{
color: #F4C0CC;
}
</style>
background-color css
<style>
a { background-color: #F4C0CC; }
a { background-color: rgb(244,192,204); }
div.DivClassName
{
background-color: #F4C0CC;
}
.BgClassName
{
background-color: #F4C0CC;
}
</style>
border-color css
<style>
span { border-color: #F4C0CC; }
span { border-color: rgb(244,192,204); }
td.TdClassName
{
border-color: #F4C0CC;
}
.TagClassName
{
border-color: #F4C0CC;
}
</style>