Shades of Pink #F3C0CA
Tints of Pink #F3C0CA
RGB
CMYK
RGB Variations
Color information
#F3C0CA (or 0xF3C0CA) is known color: Pink. HEX triplet: F3, C0 and CA. RGB value is (243,192,202). Sum of RGB (Red+Green+Blue) = 243+192+202=637 (84% of max value = 765). Red value is 243 (95.31% from 255 or 38.15% from 637); Green value is 192 (75.39% from 255 or 30.14% from 637); Blue value is 202 (79.30% from 255 or 31.71% from 637); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C0CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3C0CA is #0C3F35. Grayscale: #D0D0D0. Windows color (decimal): -802614 or 13287667. OLE color: 13287667.
HSL color Cylindrical-coordinate representation of color #F3C0CA: hue angle of 348.24º degrees, saturation: 0.68, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F3C0CA is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 192 | 202 | - |
| CMYK | 0 | 0.21 | 0.17 | 0.05 |
| HSL | 348.24º | 0.68% | 0.85% | - |
| HSV(B) | 348.24º | 0.21% | 0.95% | - |
| XYZ | 66.47 | 61.02 | 64.15 | - |
| YUV | 208.39 | 124.4 | 152.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 192 | 202 | 0 | 0.21 | 0.17 | 0.05 | 348.24 | 0.68 | 0.85 |
| Hex | F3 | C0 | CA | 0 | 15 | 11 | 5 | 15C | 44 | 55 |
| Octal | 363 | 300 | 312 | 0 | 25 | 21 | 5 | 534 | 104 | 125 |
| Binary | 11110011 | 11000000 | 11001010 | 0 | 10101 | 10001 | 101 | 101011100 | 1000100 | 1010101 |
Color Harmonies of #F3C0CA
Complementary color
Monochromatic Colors of #F3C0CA
Black with #F3C0CA
Text Example
Text Example
White with #F3C0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C0CA; }
p { color: rgb(243,192,202); }
H1.HeaderClassName
{
color: #F3C0CA;
}
.AnyTagClassName
{
color: #F3C0CA;
}
</style>
background-color css
<style>
a { background-color: #F3C0CA; }
a { background-color: rgb(243,192,202); }
div.DivClassName
{
background-color: #F3C0CA;
}
.BgClassName
{
background-color: #F3C0CA;
}
</style>
border-color css
<style>
span { border-color: #F3C0CA; }
span { border-color: rgb(243,192,202); }
td.TdClassName
{
border-color: #F3C0CA;
}
.TagClassName
{
border-color: #F3C0CA;
}
</style>