Shades of Your Pink #F4C1BB
Tints of Your Pink #F4C1BB
RGB
CMYK
RGB Variations
Color information
#F4C1BB (or 0xF4C1BB) is known color: Your Pink. HEX triplet: F4, C1 and BB. RGB value is (244,193,187). Sum of RGB (Red+Green+Blue) = 244+193+187=624 (82% of max value = 765). Red value is 244 (95.70% from 255 or 39.10% from 624); Green value is 193 (75.78% from 255 or 30.93% from 624); Blue value is 187 (73.44% from 255 or 29.97% from 624); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C1BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4C1BB is #0B3E44. Grayscale: #CFCFCF. Windows color (decimal): -736837 or 12304884. OLE color: 12304884.
HSL color Cylindrical-coordinate representation of color #F4C1BB: hue angle of 6.32º 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 #F4C1BB is Cyan = 0, Magento = 0.21, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 193 | 187 | - |
| CMYK | 0 | 0.21 | 0.23 | 0.04 |
| HSL | 6.32º | 0.72% | 0.85% | - |
| HSV(B) | 6.32º | 0.23% | 0.96% | - |
| XYZ | 65.35 | 60.96 | 55.34 | - |
| YUV | 207.57 | 116.4 | 153.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 193 | 187 | 0 | 0.21 | 0.23 | 0.04 | 6.32 | 0.72 | 0.85 |
| Hex | F4 | C1 | BB | 0 | 15 | 17 | 4 | 6 | 48 | 55 |
| Octal | 364 | 301 | 273 | 0 | 25 | 27 | 4 | 6 | 110 | 125 |
| Binary | 11110100 | 11000001 | 10111011 | 0 | 10101 | 10111 | 100 | 110 | 1001000 | 1010101 |
Color Harmonies of #F4C1BB
Complementary color
Monochromatic Colors of #F4C1BB
Black with #F4C1BB
Text Example
Text Example
White with #F4C1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4C1BB; }
p { color: rgb(244,193,187); }
H1.HeaderClassName
{
color: #F4C1BB;
}
.AnyTagClassName
{
color: #F4C1BB;
}
</style>
background-color css
<style>
a { background-color: #F4C1BB; }
a { background-color: rgb(244,193,187); }
div.DivClassName
{
background-color: #F4C1BB;
}
.BgClassName
{
background-color: #F4C1BB;
}
</style>
border-color css
<style>
span { border-color: #F4C1BB; }
span { border-color: rgb(244,193,187); }
td.TdClassName
{
border-color: #F4C1BB;
}
.TagClassName
{
border-color: #F4C1BB;
}
</style>