Shades of Your Pink #F2C3BB
Tints of Your Pink #F2C3BB
RGB
CMYK
RGB Variations
Color information
#F2C3BB (or 0xF2C3BB) is known color: Your Pink. HEX triplet: F2, C3 and BB. RGB value is (242,195,187). Sum of RGB (Red+Green+Blue) = 242+195+187=624 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.78% from 624); Green value is 195 (76.56% from 255 or 31.25% from 624); Blue value is 187 (73.44% from 255 or 29.97% from 624); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C3BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2C3BB is #0D3C44. Grayscale: #D0D0D0. Windows color (decimal): -867397 or 12305394. OLE color: 12305394.
HSL color Cylindrical-coordinate representation of color #F2C3BB: hue angle of 8.73º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F2C3BB is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 195 | 187 | - |
| CMYK | 0 | 0.19 | 0.23 | 0.05 |
| HSL | 8.73º | 0.68% | 0.84% | - |
| HSV(B) | 8.73º | 0.23% | 0.95% | - |
| XYZ | 65.1 | 61.5 | 55.45 | - |
| YUV | 208.14 | 116.07 | 152.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 195 | 187 | 0 | 0.19 | 0.23 | 0.05 | 8.73 | 0.68 | 0.84 |
| Hex | F2 | C3 | BB | 0 | 13 | 17 | 5 | 9 | 44 | 54 |
| Octal | 362 | 303 | 273 | 0 | 23 | 27 | 5 | 11 | 104 | 124 |
| Binary | 11110010 | 11000011 | 10111011 | 0 | 10011 | 10111 | 101 | 1001 | 1000100 | 1010100 |
Color Harmonies of #F2C3BB
Complementary color
Monochromatic Colors of #F2C3BB
Black with #F2C3BB
Text Example
Text Example
White with #F2C3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C3BB; }
p { color: rgb(242,195,187); }
H1.HeaderClassName
{
color: #F2C3BB;
}
.AnyTagClassName
{
color: #F2C3BB;
}
</style>
background-color css
<style>
a { background-color: #F2C3BB; }
a { background-color: rgb(242,195,187); }
div.DivClassName
{
background-color: #F2C3BB;
}
.BgClassName
{
background-color: #F2C3BB;
}
</style>
border-color css
<style>
span { border-color: #F2C3BB; }
span { border-color: rgb(242,195,187); }
td.TdClassName
{
border-color: #F2C3BB;
}
.TagClassName
{
border-color: #F2C3BB;
}
</style>