Shades of Your Pink #F5C0BE
Tints of Your Pink #F5C0BE
RGB
CMYK
RGB Variations
Color information
#F5C0BE (or 0xF5C0BE) is known color: Your Pink. HEX triplet: F5, C0 and BE. RGB value is (245,192,190). Sum of RGB (Red+Green+Blue) = 245+192+190=627 (83% of max value = 765). Red value is 245 (96.09% from 255 or 39.07% from 627); Green value is 192 (75.39% from 255 or 30.62% from 627); Blue value is 190 (74.61% from 255 or 30.30% from 627); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C0BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5C0BE is #0A3F41. Grayscale: #CFCFCF. Windows color (decimal): -671554 or 12501237. OLE color: 12501237.
HSL color Cylindrical-coordinate representation of color #F5C0BE: hue angle of 2.18º degrees, saturation: 0.73, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F5C0BE is Cyan = 0, Magento = 0.22, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 192 | 190 | - |
| CMYK | 0 | 0.22 | 0.22 | 0.04 |
| HSL | 2.18º | 0.73% | 0.85% | - |
| HSV(B) | 2.18º | 0.22% | 0.96% | - |
| XYZ | 65.8 | 60.83 | 56.99 | - |
| YUV | 207.62 | 118.06 | 154.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 192 | 190 | 0 | 0.22 | 0.22 | 0.04 | 2.18 | 0.73 | 0.85 |
| Hex | F5 | C0 | BE | 0 | 16 | 16 | 4 | 2 | 49 | 55 |
| Octal | 365 | 300 | 276 | 0 | 26 | 26 | 4 | 2 | 111 | 125 |
| Binary | 11110101 | 11000000 | 10111110 | 0 | 10110 | 10110 | 100 | 10 | 1001001 | 1010101 |
Color Harmonies of #F5C0BE
Complementary color
Monochromatic Colors of #F5C0BE
Black with #F5C0BE
Text Example
Text Example
White with #F5C0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C0BE; }
p { color: rgb(245,192,190); }
H1.HeaderClassName
{
color: #F5C0BE;
}
.AnyTagClassName
{
color: #F5C0BE;
}
</style>
background-color css
<style>
a { background-color: #F5C0BE; }
a { background-color: rgb(245,192,190); }
div.DivClassName
{
background-color: #F5C0BE;
}
.BgClassName
{
background-color: #F5C0BE;
}
</style>
border-color css
<style>
span { border-color: #F5C0BE; }
span { border-color: rgb(245,192,190); }
td.TdClassName
{
border-color: #F5C0BE;
}
.TagClassName
{
border-color: #F5C0BE;
}
</style>