Shades of Your Pink #F2C5BF
Tints of Your Pink #F2C5BF
RGB
CMYK
RGB Variations
Color information
#F2C5BF (or 0xF2C5BF) is known color: Your Pink. HEX triplet: F2, C5 and BF. RGB value is (242,197,191). Sum of RGB (Red+Green+Blue) = 242+197+191=630 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.41% from 630); Green value is 197 (77.34% from 255 or 31.27% from 630); Blue value is 191 (75% from 255 or 30.32% from 630); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C5BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2C5BF is #0D3A40. Grayscale: #D1D1D1. Windows color (decimal): -866881 or 12568050. OLE color: 12568050.
HSL color Cylindrical-coordinate representation of color #F2C5BF: hue angle of 7.06º degrees, saturation: 0.66, 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 #F2C5BF is Cyan = 0, Magento = 0.19, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 197 | 191 | - |
| CMYK | 0 | 0.19 | 0.21 | 0.05 |
| HSL | 7.06º | 0.66% | 0.85% | - |
| HSV(B) | 7.06º | 0.21% | 0.95% | - |
| XYZ | 65.99 | 62.57 | 57.89 | - |
| YUV | 209.77 | 117.41 | 150.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 197 | 191 | 0 | 0.19 | 0.21 | 0.05 | 7.06 | 0.66 | 0.85 |
| Hex | F2 | C5 | BF | 0 | 13 | 15 | 5 | 7 | 42 | 55 |
| Octal | 362 | 305 | 277 | 0 | 23 | 25 | 5 | 7 | 102 | 125 |
| Binary | 11110010 | 11000101 | 10111111 | 0 | 10011 | 10101 | 101 | 111 | 1000010 | 1010101 |
Color Harmonies of #F2C5BF
Complementary color
Monochromatic Colors of #F2C5BF
Black with #F2C5BF
Text Example
Text Example
White with #F2C5BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C5BF; }
p { color: rgb(242,197,191); }
H1.HeaderClassName
{
color: #F2C5BF;
}
.AnyTagClassName
{
color: #F2C5BF;
}
</style>
background-color css
<style>
a { background-color: #F2C5BF; }
a { background-color: rgb(242,197,191); }
div.DivClassName
{
background-color: #F2C5BF;
}
.BgClassName
{
background-color: #F2C5BF;
}
</style>
border-color css
<style>
span { border-color: #F2C5BF; }
span { border-color: rgb(242,197,191); }
td.TdClassName
{
border-color: #F2C5BF;
}
.TagClassName
{
border-color: #F2C5BF;
}
</style>