Shades of Pink #F7C2CA
Tints of Pink #F7C2CA
RGB
CMYK
RGB Variations
Color information
#F7C2CA (or 0xF7C2CA) is known color: Pink. HEX triplet: F7, C2 and CA. RGB value is (247,194,202). Sum of RGB (Red+Green+Blue) = 247+194+202=643 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.41% from 643); Green value is 194 (76.17% from 255 or 30.17% from 643); Blue value is 202 (79.30% from 255 or 31.42% from 643); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C2CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7C2CA is #083D35. Grayscale: #D2D2D2. Windows color (decimal): -539958 or 13288183. OLE color: 13288183.
HSL color Cylindrical-coordinate representation of color #F7C2CA: hue angle of 350.94º degrees, saturation: 0.77, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F7C2CA is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 194 | 202 | - |
| CMYK | 0 | 0.21 | 0.18 | 0.03 |
| HSL | 350.94º | 0.77% | 0.86% | - |
| HSV(B) | 350.94º | 0.21% | 0.97% | - |
| XYZ | 68.31 | 62.62 | 64.36 | - |
| YUV | 210.76 | 123.06 | 153.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 194 | 202 | 0 | 0.21 | 0.18 | 0.03 | 350.94 | 0.77 | 0.86 |
| Hex | F7 | C2 | CA | 0 | 15 | 12 | 3 | 15F | 4D | 56 |
| Octal | 367 | 302 | 312 | 0 | 25 | 22 | 3 | 537 | 115 | 126 |
| Binary | 11110111 | 11000010 | 11001010 | 0 | 10101 | 10010 | 11 | 101011111 | 1001101 | 1010110 |
Color Harmonies of #F7C2CA
Complementary color
Monochromatic Colors of #F7C2CA
Black with #F7C2CA
Text Example
Text Example
White with #F7C2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7C2CA; }
p { color: rgb(247,194,202); }
H1.HeaderClassName
{
color: #F7C2CA;
}
.AnyTagClassName
{
color: #F7C2CA;
}
</style>
background-color css
<style>
a { background-color: #F7C2CA; }
a { background-color: rgb(247,194,202); }
div.DivClassName
{
background-color: #F7C2CA;
}
.BgClassName
{
background-color: #F7C2CA;
}
</style>
border-color css
<style>
span { border-color: #F7C2CA; }
span { border-color: rgb(247,194,202); }
td.TdClassName
{
border-color: #F7C2CA;
}
.TagClassName
{
border-color: #F7C2CA;
}
</style>