Shades of Your Pink #FFC4B9
Tints of Your Pink #FFC4B9
RGB
CMYK
RGB Variations
Color information
#FFC4B9 (or 0xFFC4B9) is known color: Your Pink. HEX triplet: FF, C4 and B9. RGB value is (255,196,185). Sum of RGB (Red+Green+Blue) = 255+196+185=636 (84% of max value = 765). Red value is 255 (100% from 255 or 40.09% from 636); Green value is 196 (76.95% from 255 or 30.82% from 636); Blue value is 185 (72.66% from 255 or 29.09% from 636); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC4B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC4B9 is #003B46. Grayscale: #D4D4D4. Windows color (decimal): -15175 or 12174591. OLE color: 12174591.
HSL color Cylindrical-coordinate representation of color #FFC4B9: hue angle of 9.43º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FFC4B9 is Cyan = 0, Magento = 0.23, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 196 | 185 | - |
| CMYK | 0 | 0.23 | 0.27 | 0 |
| HSL | 9.43º | 1% | 0.86% | - |
| HSV(B) | 9.43º | 0.27% | 1% | - |
| XYZ | 69.74 | 64.24 | 54.62 | - |
| YUV | 212.39 | 112.55 | 158.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 196 | 185 | 0 | 0.23 | 0.27 | 0 | 9.43 | 1 | 0.86 |
| Hex | FF | C4 | B9 | 0 | 17 | 1B | 0 | 9 | 64 | 56 |
| Octal | 377 | 304 | 271 | 0 | 27 | 33 | 0 | 11 | 144 | 126 |
| Binary | 11111111 | 11000100 | 10111001 | 0 | 10111 | 11011 | 0 | 1001 | 1100100 | 1010110 |
Color Harmonies of #FFC4B9
Complementary color
Monochromatic Colors of #FFC4B9
Black with #FFC4B9
Text Example
Text Example
White with #FFC4B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC4B9; }
p { color: rgb(255,196,185); }
H1.HeaderClassName
{
color: #FFC4B9;
}
.AnyTagClassName
{
color: #FFC4B9;
}
</style>
background-color css
<style>
a { background-color: #FFC4B9; }
a { background-color: rgb(255,196,185); }
div.DivClassName
{
background-color: #FFC4B9;
}
.BgClassName
{
background-color: #FFC4B9;
}
</style>
border-color css
<style>
span { border-color: #FFC4B9; }
span { border-color: rgb(255,196,185); }
td.TdClassName
{
border-color: #FFC4B9;
}
.TagClassName
{
border-color: #FFC4B9;
}
</style>