Shades of Pink #F3C1CC
Tints of Pink #F3C1CC
RGB
CMYK
RGB Variations
Color information
#F3C1CC (or 0xF3C1CC) is known color: Pink. HEX triplet: F3, C1 and CC. RGB value is (243,193,204). Sum of RGB (Red+Green+Blue) = 243+193+204=640 (84% of max value = 765). Red value is 243 (95.31% from 255 or 37.97% from 640); Green value is 193 (75.78% from 255 or 30.16% from 640); Blue value is 204 (80.08% from 255 or 31.88% from 640); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C1CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3C1CC is #0C3E33. Grayscale: #D1D1D1. Windows color (decimal): -802356 or 13418995. OLE color: 13418995.
HSL color Cylindrical-coordinate representation of color #F3C1CC: hue angle of 346.8º 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 #F3C1CC is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 193 | 204 | - |
| CMYK | 0 | 0.21 | 0.16 | 0.05 |
| HSL | 346.8º | 0.68% | 0.85% | - |
| HSV(B) | 346.8º | 0.21% | 0.95% | - |
| XYZ | 66.93 | 61.55 | 65.48 | - |
| YUV | 209.2 | 125.07 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 193 | 204 | 0 | 0.21 | 0.16 | 0.05 | 346.8 | 0.68 | 0.85 |
| Hex | F3 | C1 | CC | 0 | 15 | 10 | 5 | 15B | 44 | 55 |
| Octal | 363 | 301 | 314 | 0 | 25 | 20 | 5 | 533 | 104 | 125 |
| Binary | 11110011 | 11000001 | 11001100 | 0 | 10101 | 10000 | 101 | 101011011 | 1000100 | 1010101 |
Color Harmonies of #F3C1CC
Complementary color
Monochromatic Colors of #F3C1CC
Black with #F3C1CC
Text Example
Text Example
White with #F3C1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C1CC; }
p { color: rgb(243,193,204); }
H1.HeaderClassName
{
color: #F3C1CC;
}
.AnyTagClassName
{
color: #F3C1CC;
}
</style>
background-color css
<style>
a { background-color: #F3C1CC; }
a { background-color: rgb(243,193,204); }
div.DivClassName
{
background-color: #F3C1CC;
}
.BgClassName
{
background-color: #F3C1CC;
}
</style>
border-color css
<style>
span { border-color: #F3C1CC; }
span { border-color: rgb(243,193,204); }
td.TdClassName
{
border-color: #F3C1CC;
}
.TagClassName
{
border-color: #F3C1CC;
}
</style>