Shades of Your Pink #F2C5BD
Tints of Your Pink #F2C5BD
RGB
CMYK
RGB Variations
Color information
#F2C5BD (or 0xF2C5BD) is known color: Your Pink. HEX triplet: F2, C5 and BD. RGB value is (242,197,189). Sum of RGB (Red+Green+Blue) = 242+197+189=628 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.54% from 628); Green value is 197 (77.34% from 255 or 31.37% from 628); Blue value is 189 (74.22% from 255 or 30.10% from 628); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C5BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2C5BD is #0D3A42. Grayscale: #D1D1D1. Windows color (decimal): -866883 or 12436978. OLE color: 12436978.
HSL color Cylindrical-coordinate representation of color #F2C5BD: hue angle of 9.06º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F2C5BD is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 197 | 189 | - |
| CMYK | 0 | 0.19 | 0.22 | 0.05 |
| HSL | 9.06º | 0.67% | 0.85% | - |
| HSV(B) | 9.06º | 0.22% | 0.95% | - |
| XYZ | 65.77 | 62.48 | 56.74 | - |
| YUV | 209.54 | 116.41 | 151.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 197 | 189 | 0 | 0.19 | 0.22 | 0.05 | 9.06 | 0.67 | 0.85 |
| Hex | F2 | C5 | BD | 0 | 13 | 16 | 5 | 9 | 43 | 55 |
| Octal | 362 | 305 | 275 | 0 | 23 | 26 | 5 | 11 | 103 | 125 |
| Binary | 11110010 | 11000101 | 10111101 | 0 | 10011 | 10110 | 101 | 1001 | 1000011 | 1010101 |
Color Harmonies of #F2C5BD
Complementary color
Monochromatic Colors of #F2C5BD
Black with #F2C5BD
Text Example
Text Example
White with #F2C5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C5BD; }
p { color: rgb(242,197,189); }
H1.HeaderClassName
{
color: #F2C5BD;
}
.AnyTagClassName
{
color: #F2C5BD;
}
</style>
background-color css
<style>
a { background-color: #F2C5BD; }
a { background-color: rgb(242,197,189); }
div.DivClassName
{
background-color: #F2C5BD;
}
.BgClassName
{
background-color: #F2C5BD;
}
</style>
border-color css
<style>
span { border-color: #F2C5BD; }
span { border-color: rgb(242,197,189); }
td.TdClassName
{
border-color: #F2C5BD;
}
.TagClassName
{
border-color: #F2C5BD;
}
</style>