Shades of Your Pink #F4C2BB
Tints of Your Pink #F4C2BB
RGB
CMYK
RGB Variations
Color information
#F4C2BB (or 0xF4C2BB) is known color: Your Pink. HEX triplet: F4, C2 and BB. RGB value is (244,194,187). Sum of RGB (Red+Green+Blue) = 244+194+187=625 (82% of max value = 765). Red value is 244 (95.70% from 255 or 39.04% from 625); Green value is 194 (76.17% from 255 or 31.04% from 625); Blue value is 187 (73.44% from 255 or 29.92% from 625); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C2BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4C2BB is #0B3D44. Grayscale: #D0D0D0. Windows color (decimal): -736581 or 12305140. OLE color: 12305140.
HSL color Cylindrical-coordinate representation of color #F4C2BB: hue angle of 7.37º degrees, saturation: 0.72, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F4C2BB is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 194 | 187 | - |
| CMYK | 0 | 0.20 | 0.23 | 0.04 |
| HSL | 7.37º | 0.72% | 0.85% | - |
| HSV(B) | 7.37º | 0.23% | 0.96% | - |
| XYZ | 65.57 | 61.4 | 55.41 | - |
| YUV | 208.15 | 116.07 | 153.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 194 | 187 | 0 | 0.20 | 0.23 | 0.04 | 7.37 | 0.72 | 0.85 |
| Hex | F4 | C2 | BB | 0 | 14 | 17 | 4 | 7 | 48 | 55 |
| Octal | 364 | 302 | 273 | 0 | 24 | 27 | 4 | 7 | 110 | 125 |
| Binary | 11110100 | 11000010 | 10111011 | 0 | 10100 | 10111 | 100 | 111 | 1001000 | 1010101 |
Color Harmonies of #F4C2BB
Complementary color
Monochromatic Colors of #F4C2BB
Black with #F4C2BB
Text Example
Text Example
White with #F4C2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4C2BB; }
p { color: rgb(244,194,187); }
H1.HeaderClassName
{
color: #F4C2BB;
}
.AnyTagClassName
{
color: #F4C2BB;
}
</style>
background-color css
<style>
a { background-color: #F4C2BB; }
a { background-color: rgb(244,194,187); }
div.DivClassName
{
background-color: #F4C2BB;
}
.BgClassName
{
background-color: #F4C2BB;
}
</style>
border-color css
<style>
span { border-color: #F4C2BB; }
span { border-color: rgb(244,194,187); }
td.TdClassName
{
border-color: #F4C2BB;
}
.TagClassName
{
border-color: #F4C2BB;
}
</style>