Shades of Pink #F8C0CA
Tints of Pink #F8C0CA
RGB
CMYK
RGB Variations
Color information
#F8C0CA (or 0xF8C0CA) is known color: Pink. HEX triplet: F8, C0 and CA. RGB value is (248,192,202). Sum of RGB (Red+Green+Blue) = 248+192+202=642 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.63% from 642); Green value is 192 (75.39% from 255 or 29.91% from 642); Blue value is 202 (79.30% from 255 or 31.46% from 642); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C0CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8C0CA is #073F35. Grayscale: #D1D1D1. Windows color (decimal): -474934 or 13287672. OLE color: 13287672.
HSL color Cylindrical-coordinate representation of color #F8C0CA: hue angle of 349.29º degrees, saturation: 0.8, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F8C0CA is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 192 | 202 | - |
| CMYK | 0 | 0.23 | 0.19 | 0.03 |
| HSL | 349.29º | 0.8% | 0.86% | - |
| HSV(B) | 349.29º | 0.23% | 0.97% | - |
| XYZ | 68.22 | 61.92 | 64.23 | - |
| YUV | 209.88 | 123.55 | 155.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 192 | 202 | 0 | 0.23 | 0.19 | 0.03 | 349.29 | 0.8 | 0.86 |
| Hex | F8 | C0 | CA | 0 | 17 | 13 | 3 | 15D | 50 | 56 |
| Octal | 370 | 300 | 312 | 0 | 27 | 23 | 3 | 535 | 120 | 126 |
| Binary | 11111000 | 11000000 | 11001010 | 0 | 10111 | 10011 | 11 | 101011101 | 1010000 | 1010110 |
Color Harmonies of #F8C0CA
Complementary color
Monochromatic Colors of #F8C0CA
Black with #F8C0CA
Text Example
Text Example
White with #F8C0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C0CA; }
p { color: rgb(248,192,202); }
H1.HeaderClassName
{
color: #F8C0CA;
}
.AnyTagClassName
{
color: #F8C0CA;
}
</style>
background-color css
<style>
a { background-color: #F8C0CA; }
a { background-color: rgb(248,192,202); }
div.DivClassName
{
background-color: #F8C0CA;
}
.BgClassName
{
background-color: #F8C0CA;
}
</style>
border-color css
<style>
span { border-color: #F8C0CA; }
span { border-color: rgb(248,192,202); }
td.TdClassName
{
border-color: #F8C0CA;
}
.TagClassName
{
border-color: #F8C0CA;
}
</style>