Shades of Your Pink #F0C4BE
Tints of Your Pink #F0C4BE
RGB
CMYK
RGB Variations
Color information
#F0C4BE (or 0xF0C4BE) is known color: Your Pink. HEX triplet: F0, C4 and BE. RGB value is (240,196,190). Sum of RGB (Red+Green+Blue) = 240+196+190=626 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.34% from 626); Green value is 196 (76.95% from 255 or 31.31% from 626); Blue value is 190 (74.61% from 255 or 30.35% from 626); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C4BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0C4BE is #0F3B41. Grayscale: #D0D0D0. Windows color (decimal): -998210 or 12502256. OLE color: 12502256.
HSL color Cylindrical-coordinate representation of color #F0C4BE: hue angle of 7.2º 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 #F0C4BE is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 196 | 190 | - |
| CMYK | 0 | 0.18 | 0.21 | 0.06 |
| HSL | 7.2º | 0.63% | 0.84% | - |
| HSV(B) | 7.2º | 0.21% | 0.94% | - |
| XYZ | 64.97 | 61.72 | 57.2 | - |
| YUV | 208.47 | 117.58 | 150.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 196 | 190 | 0 | 0.18 | 0.21 | 0.06 | 7.2 | 0.63 | 0.84 |
| Hex | F0 | C4 | BE | 0 | 12 | 15 | 6 | 7 | 3E | 54 |
| Octal | 360 | 304 | 276 | 0 | 22 | 25 | 6 | 7 | 76 | 124 |
| Binary | 11110000 | 11000100 | 10111110 | 0 | 10010 | 10101 | 110 | 111 | 111110 | 1010100 |
Color Harmonies of #F0C4BE
Complementary color
Monochromatic Colors of #F0C4BE
Black with #F0C4BE
Text Example
Text Example
White with #F0C4BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C4BE; }
p { color: rgb(240,196,190); }
H1.HeaderClassName
{
color: #F0C4BE;
}
.AnyTagClassName
{
color: #F0C4BE;
}
</style>
background-color css
<style>
a { background-color: #F0C4BE; }
a { background-color: rgb(240,196,190); }
div.DivClassName
{
background-color: #F0C4BE;
}
.BgClassName
{
background-color: #F0C4BE;
}
</style>
border-color css
<style>
span { border-color: #F0C4BE; }
span { border-color: rgb(240,196,190); }
td.TdClassName
{
border-color: #F0C4BE;
}
.TagClassName
{
border-color: #F0C4BE;
}
</style>