Shades of Pink #F4C3CB
Tints of Pink #F4C3CB
RGB
CMYK
RGB Variations
Color information
#F4C3CB (or 0xF4C3CB) is known color: Pink. HEX triplet: F4, C3 and CB. RGB value is (244,195,203). Sum of RGB (Red+Green+Blue) = 244+195+203=642 (85% of max value = 765). Red value is 244 (95.70% from 255 or 38.01% from 642); Green value is 195 (76.56% from 255 or 30.37% from 642); Blue value is 203 (79.69% from 255 or 31.62% from 642); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C3CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4C3CB is #0B3C34. Grayscale: #D2D2D2. Windows color (decimal): -736309 or 13353972. OLE color: 13353972.
HSL color Cylindrical-coordinate representation of color #F4C3CB: hue angle of 350.2º degrees, saturation: 0.69, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F4C3CB is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 195 | 203 | - |
| CMYK | 0 | 0.20 | 0.17 | 0.04 |
| HSL | 350.2º | 0.69% | 0.86% | - |
| HSV(B) | 350.2º | 0.2% | 0.96% | - |
| XYZ | 67.6 | 62.58 | 65.02 | - |
| YUV | 210.56 | 123.73 | 151.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 195 | 203 | 0 | 0.20 | 0.17 | 0.04 | 350.2 | 0.69 | 0.86 |
| Hex | F4 | C3 | CB | 0 | 14 | 11 | 4 | 15E | 45 | 56 |
| Octal | 364 | 303 | 313 | 0 | 24 | 21 | 4 | 536 | 105 | 126 |
| Binary | 11110100 | 11000011 | 11001011 | 0 | 10100 | 10001 | 100 | 101011110 | 1000101 | 1010110 |
Color Harmonies of #F4C3CB
Complementary color
Monochromatic Colors of #F4C3CB
Black with #F4C3CB
Text Example
Text Example
White with #F4C3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4C3CB; }
p { color: rgb(244,195,203); }
H1.HeaderClassName
{
color: #F4C3CB;
}
.AnyTagClassName
{
color: #F4C3CB;
}
</style>
background-color css
<style>
a { background-color: #F4C3CB; }
a { background-color: rgb(244,195,203); }
div.DivClassName
{
background-color: #F4C3CB;
}
.BgClassName
{
background-color: #F4C3CB;
}
</style>
border-color css
<style>
span { border-color: #F4C3CB; }
span { border-color: rgb(244,195,203); }
td.TdClassName
{
border-color: #F4C3CB;
}
.TagClassName
{
border-color: #F4C3CB;
}
</style>