Shades of Your Pink #F4C2BD
Tints of Your Pink #F4C2BD
RGB
CMYK
RGB Variations
Color information
#F4C2BD (or 0xF4C2BD) is known color: Your Pink. HEX triplet: F4, C2 and BD. RGB value is (244,194,189). Sum of RGB (Red+Green+Blue) = 244+194+189=627 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.92% from 627); Green value is 194 (76.17% from 255 or 30.94% from 627); Blue value is 189 (74.22% from 255 or 30.14% from 627); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C2BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4C2BD is #0B3D42. Grayscale: #D0D0D0. Windows color (decimal): -736579 or 12436212. OLE color: 12436212.
HSL color Cylindrical-coordinate representation of color #F4C2BD: hue angle of 5.45º 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 #F4C2BD is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 194 | 189 | - |
| CMYK | 0 | 0.20 | 0.23 | 0.04 |
| HSL | 5.45º | 0.71% | 0.85% | - |
| HSV(B) | 5.45º | 0.23% | 0.96% | - |
| XYZ | 65.79 | 61.49 | 56.55 | - |
| YUV | 208.38 | 117.07 | 153.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 194 | 189 | 0 | 0.20 | 0.23 | 0.04 | 5.45 | 0.71 | 0.85 |
| Hex | F4 | C2 | BD | 0 | 14 | 17 | 4 | 5 | 47 | 55 |
| Octal | 364 | 302 | 275 | 0 | 24 | 27 | 4 | 5 | 107 | 125 |
| Binary | 11110100 | 11000010 | 10111101 | 0 | 10100 | 10111 | 100 | 101 | 1000111 | 1010101 |
Color Harmonies of #F4C2BD
Complementary color
Monochromatic Colors of #F4C2BD
Black with #F4C2BD
Text Example
Text Example
White with #F4C2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4C2BD; }
p { color: rgb(244,194,189); }
H1.HeaderClassName
{
color: #F4C2BD;
}
.AnyTagClassName
{
color: #F4C2BD;
}
</style>
background-color css
<style>
a { background-color: #F4C2BD; }
a { background-color: rgb(244,194,189); }
div.DivClassName
{
background-color: #F4C2BD;
}
.BgClassName
{
background-color: #F4C2BD;
}
</style>
border-color css
<style>
span { border-color: #F4C2BD; }
span { border-color: rgb(244,194,189); }
td.TdClassName
{
border-color: #F4C2BD;
}
.TagClassName
{
border-color: #F4C2BD;
}
</style>