Shades of Your Pink #F0C4BC
Tints of Your Pink #F0C4BC
RGB
CMYK
RGB Variations
Color information
#F0C4BC (or 0xF0C4BC) is known color: Your Pink. HEX triplet: F0, C4 and BC. RGB value is (240,196,188). Sum of RGB (Red+Green+Blue) = 240+196+188=624 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.46% from 624); Green value is 196 (76.95% from 255 or 31.41% from 624); Blue value is 188 (73.83% from 255 or 30.13% from 624); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C4BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0C4BC is #0F3B43. Grayscale: #D0D0D0. Windows color (decimal): -998212 or 12371184. OLE color: 12371184.
HSL color Cylindrical-coordinate representation of color #F0C4BC: hue angle of 9.23º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F0C4BC is Cyan = 0, Magento = 0.18, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 196 | 188 | - |
| CMYK | 0 | 0.18 | 0.22 | 0.06 |
| HSL | 9.23º | 0.63% | 0.84% | - |
| HSV(B) | 9.23º | 0.22% | 0.94% | - |
| XYZ | 64.75 | 61.64 | 56.06 | - |
| YUV | 208.24 | 116.58 | 150.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 196 | 188 | 0 | 0.18 | 0.22 | 0.06 | 9.23 | 0.63 | 0.84 |
| Hex | F0 | C4 | BC | 0 | 12 | 16 | 6 | 9 | 3F | 54 |
| Octal | 360 | 304 | 274 | 0 | 22 | 26 | 6 | 11 | 77 | 124 |
| Binary | 11110000 | 11000100 | 10111100 | 0 | 10010 | 10110 | 110 | 1001 | 111111 | 1010100 |
Color Harmonies of #F0C4BC
Complementary color
Monochromatic Colors of #F0C4BC
Black with #F0C4BC
Text Example
Text Example
White with #F0C4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C4BC; }
p { color: rgb(240,196,188); }
H1.HeaderClassName
{
color: #F0C4BC;
}
.AnyTagClassName
{
color: #F0C4BC;
}
</style>
background-color css
<style>
a { background-color: #F0C4BC; }
a { background-color: rgb(240,196,188); }
div.DivClassName
{
background-color: #F0C4BC;
}
.BgClassName
{
background-color: #F0C4BC;
}
</style>
border-color css
<style>
span { border-color: #F0C4BC; }
span { border-color: rgb(240,196,188); }
td.TdClassName
{
border-color: #F0C4BC;
}
.TagClassName
{
border-color: #F0C4BC;
}
</style>