Shades of Your Pink #F4C5B8
Tints of Your Pink #F4C5B8
RGB
CMYK
RGB Variations
Color information
#F4C5B8 (or 0xF4C5B8) is known color: Your Pink. HEX triplet: F4, C5 and B8. RGB value is (244,197,184). Sum of RGB (Red+Green+Blue) = 244+197+184=625 (82% of max value = 765). Red value is 244 (95.70% from 255 or 39.04% from 625); Green value is 197 (77.34% from 255 or 31.52% from 625); Blue value is 184 (72.27% from 255 or 29.44% from 625); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C5B8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4C5B8 is #0B3A47. Grayscale: #D1D1D1. Windows color (decimal): -735816 or 12109300. OLE color: 12109300.
HSL color Cylindrical-coordinate representation of color #F4C5B8: hue angle of 13º degrees, saturation: 0.73, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F4C5B8 is Cyan = 0, Magento = 0.19, Yellow = 0.25 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 197 | 184 | - |
| CMYK | 0 | 0.19 | 0.25 | 0.04 |
| HSL | 13º | 0.73% | 0.84% | - |
| HSV(B) | 13º | 0.25% | 0.96% | - |
| XYZ | 65.93 | 62.63 | 53.96 | - |
| YUV | 209.57 | 113.57 | 152.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 197 | 184 | 0 | 0.19 | 0.25 | 0.04 | 13 | 0.73 | 0.84 |
| Hex | F4 | C5 | B8 | 0 | 13 | 19 | 4 | D | 49 | 54 |
| Octal | 364 | 305 | 270 | 0 | 23 | 31 | 4 | 15 | 111 | 124 |
| Binary | 11110100 | 11000101 | 10111000 | 0 | 10011 | 11001 | 100 | 1101 | 1001001 | 1010100 |
Color Harmonies of #F4C5B8
Complementary color
Monochromatic Colors of #F4C5B8
Black with #F4C5B8
Text Example
Text Example
White with #F4C5B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4C5B8; }
p { color: rgb(244,197,184); }
H1.HeaderClassName
{
color: #F4C5B8;
}
.AnyTagClassName
{
color: #F4C5B8;
}
</style>
background-color css
<style>
a { background-color: #F4C5B8; }
a { background-color: rgb(244,197,184); }
div.DivClassName
{
background-color: #F4C5B8;
}
.BgClassName
{
background-color: #F4C5B8;
}
</style>
border-color css
<style>
span { border-color: #F4C5B8; }
span { border-color: rgb(244,197,184); }
td.TdClassName
{
border-color: #F4C5B8;
}
.TagClassName
{
border-color: #F4C5B8;
}
</style>