Shades of Pink #F3C3CB
Tints of Pink #F3C3CB
RGB
CMYK
RGB Variations
Color information
#F3C3CB (or 0xF3C3CB) is known color: Pink. HEX triplet: F3, C3 and CB. RGB value is (243,195,203). Sum of RGB (Red+Green+Blue) = 243+195+203=641 (84% of max value = 765). Red value is 243 (95.31% from 255 or 37.91% from 641); Green value is 195 (76.56% from 255 or 30.42% from 641); Blue value is 203 (79.69% from 255 or 31.67% from 641); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C3CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3C3CB is #0C3C34. Grayscale: #D2D2D2. Windows color (decimal): -801845 or 13353971. OLE color: 13353971.
HSL color Cylindrical-coordinate representation of color #F3C3CB: hue angle of 350º degrees, saturation: 0.67, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F3C3CB is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 195 | 203 | - |
| CMYK | 0 | 0.20 | 0.16 | 0.05 |
| HSL | 350º | 0.67% | 0.86% | - |
| HSV(B) | 350º | 0.2% | 0.95% | - |
| XYZ | 67.26 | 62.4 | 65 | - |
| YUV | 210.26 | 123.9 | 151.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 195 | 203 | 0 | 0.20 | 0.16 | 0.05 | 350 | 0.67 | 0.86 |
| Hex | F3 | C3 | CB | 0 | 14 | 10 | 5 | 15E | 43 | 56 |
| Octal | 363 | 303 | 313 | 0 | 24 | 20 | 5 | 536 | 103 | 126 |
| Binary | 11110011 | 11000011 | 11001011 | 0 | 10100 | 10000 | 101 | 101011110 | 1000011 | 1010110 |
Color Harmonies of #F3C3CB
Complementary color
Monochromatic Colors of #F3C3CB
Black with #F3C3CB
Text Example
Text Example
White with #F3C3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C3CB; }
p { color: rgb(243,195,203); }
H1.HeaderClassName
{
color: #F3C3CB;
}
.AnyTagClassName
{
color: #F3C3CB;
}
</style>
background-color css
<style>
a { background-color: #F3C3CB; }
a { background-color: rgb(243,195,203); }
div.DivClassName
{
background-color: #F3C3CB;
}
.BgClassName
{
background-color: #F3C3CB;
}
</style>
border-color css
<style>
span { border-color: #F3C3CB; }
span { border-color: rgb(243,195,203); }
td.TdClassName
{
border-color: #F3C3CB;
}
.TagClassName
{
border-color: #F3C3CB;
}
</style>