Shades of Your Pink #F4C1BD
Tints of Your Pink #F4C1BD
RGB
CMYK
RGB Variations
Color information
#F4C1BD (or 0xF4C1BD) is known color: Your Pink. HEX triplet: F4, C1 and BD. RGB value is (244,193,189). Sum of RGB (Red+Green+Blue) = 244+193+189=626 (82% of max value = 765). Red value is 244 (95.70% from 255 or 38.98% from 626); Green value is 193 (75.78% from 255 or 30.83% from 626); Blue value is 189 (74.22% from 255 or 30.19% from 626); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C1BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4C1BD is #0B3E42. Grayscale: #CFCFCF. Windows color (decimal): -736835 or 12435956. OLE color: 12435956.
HSL color Cylindrical-coordinate representation of color #F4C1BD: hue angle of 4.36º degrees, saturation: 0.71, 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 #F4C1BD is Cyan = 0, Magento = 0.21, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 193 | 189 | - |
| CMYK | 0 | 0.21 | 0.23 | 0.04 |
| HSL | 4.36º | 0.71% | 0.85% | - |
| HSV(B) | 4.36º | 0.23% | 0.96% | - |
| XYZ | 65.56 | 61.05 | 56.47 | - |
| YUV | 207.79 | 117.4 | 153.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 193 | 189 | 0 | 0.21 | 0.23 | 0.04 | 4.36 | 0.71 | 0.85 |
| Hex | F4 | C1 | BD | 0 | 15 | 17 | 4 | 4 | 47 | 55 |
| Octal | 364 | 301 | 275 | 0 | 25 | 27 | 4 | 4 | 107 | 125 |
| Binary | 11110100 | 11000001 | 10111101 | 0 | 10101 | 10111 | 100 | 100 | 1000111 | 1010101 |
Color Harmonies of #F4C1BD
Complementary color
Monochromatic Colors of #F4C1BD
Black with #F4C1BD
Text Example
Text Example
White with #F4C1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4C1BD; }
p { color: rgb(244,193,189); }
H1.HeaderClassName
{
color: #F4C1BD;
}
.AnyTagClassName
{
color: #F4C1BD;
}
</style>
background-color css
<style>
a { background-color: #F4C1BD; }
a { background-color: rgb(244,193,189); }
div.DivClassName
{
background-color: #F4C1BD;
}
.BgClassName
{
background-color: #F4C1BD;
}
</style>
border-color css
<style>
span { border-color: #F4C1BD; }
span { border-color: rgb(244,193,189); }
td.TdClassName
{
border-color: #F4C1BD;
}
.TagClassName
{
border-color: #F4C1BD;
}
</style>