Shades of Your Pink #FFC4B7
Tints of Your Pink #FFC4B7
RGB
CMYK
RGB Variations
Color information
#FFC4B7 (or 0xFFC4B7) is known color: Your Pink. HEX triplet: FF, C4 and B7. RGB value is (255,196,183). Sum of RGB (Red+Green+Blue) = 255+196+183=634 (83% of max value = 765). Red value is 255 (100% from 255 or 40.22% from 634); Green value is 196 (76.95% from 255 or 30.91% from 634); Blue value is 183 (71.88% from 255 or 28.86% from 634); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC4B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC4B7 is #003B48. Grayscale: #D4D4D4. Windows color (decimal): -15177 or 12043519. OLE color: 12043519.
HSL color Cylindrical-coordinate representation of color #FFC4B7: hue angle of 10.83º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FFC4B7 is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 196 | 183 | - |
| CMYK | 0 | 0.23 | 0.28 | 0 |
| HSL | 10.83º | 1% | 0.86% | - |
| HSV(B) | 10.83º | 0.28% | 1% | - |
| XYZ | 69.53 | 64.16 | 53.52 | - |
| YUV | 212.16 | 111.55 | 158.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 196 | 183 | 0 | 0.23 | 0.28 | 0 | 10.83 | 1 | 0.86 |
| Hex | FF | C4 | B7 | 0 | 17 | 1C | 0 | B | 64 | 56 |
| Octal | 377 | 304 | 267 | 0 | 27 | 34 | 0 | 13 | 144 | 126 |
| Binary | 11111111 | 11000100 | 10110111 | 0 | 10111 | 11100 | 0 | 1011 | 1100100 | 1010110 |
Color Harmonies of #FFC4B7
Complementary color
Monochromatic Colors of #FFC4B7
Black with #FFC4B7
Text Example
Text Example
White with #FFC4B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC4B7; }
p { color: rgb(255,196,183); }
H1.HeaderClassName
{
color: #FFC4B7;
}
.AnyTagClassName
{
color: #FFC4B7;
}
</style>
background-color css
<style>
a { background-color: #FFC4B7; }
a { background-color: rgb(255,196,183); }
div.DivClassName
{
background-color: #FFC4B7;
}
.BgClassName
{
background-color: #FFC4B7;
}
</style>
border-color css
<style>
span { border-color: #FFC4B7; }
span { border-color: rgb(255,196,183); }
td.TdClassName
{
border-color: #FFC4B7;
}
.TagClassName
{
border-color: #FFC4B7;
}
</style>