Shades of Your Pink #F0C5BE
Tints of Your Pink #F0C5BE
RGB
CMYK
RGB Variations
Color information
#F0C5BE (or 0xF0C5BE) is known color: Your Pink. HEX triplet: F0, C5 and BE. RGB value is (240,197,190). Sum of RGB (Red+Green+Blue) = 240+197+190=627 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.28% from 627); Green value is 197 (77.34% from 255 or 31.42% from 627); Blue value is 190 (74.61% from 255 or 30.30% from 627); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C5BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0C5BE is #0F3A41. Grayscale: #D1D1D1. Windows color (decimal): -997954 or 12502512. OLE color: 12502512.
HSL color Cylindrical-coordinate representation of color #F0C5BE: hue angle of 8.4º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F0C5BE is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 197 | 190 | - |
| CMYK | 0 | 0.18 | 0.21 | 0.06 |
| HSL | 8.4º | 0.63% | 0.84% | - |
| HSV(B) | 8.4º | 0.21% | 0.94% | - |
| XYZ | 65.2 | 62.18 | 57.28 | - |
| YUV | 209.06 | 117.25 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 197 | 190 | 0 | 0.18 | 0.21 | 0.06 | 8.4 | 0.63 | 0.84 |
| Hex | F0 | C5 | BE | 0 | 12 | 15 | 6 | 8 | 3E | 54 |
| Octal | 360 | 305 | 276 | 0 | 22 | 25 | 6 | 10 | 76 | 124 |
| Binary | 11110000 | 11000101 | 10111110 | 0 | 10010 | 10101 | 110 | 1000 | 111110 | 1010100 |
Color Harmonies of #F0C5BE
Complementary color
Monochromatic Colors of #F0C5BE
Black with #F0C5BE
Text Example
Text Example
White with #F0C5BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C5BE; }
p { color: rgb(240,197,190); }
H1.HeaderClassName
{
color: #F0C5BE;
}
.AnyTagClassName
{
color: #F0C5BE;
}
</style>
background-color css
<style>
a { background-color: #F0C5BE; }
a { background-color: rgb(240,197,190); }
div.DivClassName
{
background-color: #F0C5BE;
}
.BgClassName
{
background-color: #F0C5BE;
}
</style>
border-color css
<style>
span { border-color: #F0C5BE; }
span { border-color: rgb(240,197,190); }
td.TdClassName
{
border-color: #F0C5BE;
}
.TagClassName
{
border-color: #F0C5BE;
}
</style>