Shades of Your Pink #FFC7BE
Tints of Your Pink #FFC7BE
RGB
CMYK
RGB Variations
Color information
#FFC7BE (or 0xFFC7BE) is known color: Your Pink. HEX triplet: FF, C7 and BE. RGB value is (255,199,190). Sum of RGB (Red+Green+Blue) = 255+199+190=644 (85% of max value = 765). Red value is 255 (100% from 255 or 39.60% from 644); Green value is 199 (78.12% from 255 or 30.90% from 644); Blue value is 190 (74.61% from 255 or 29.50% from 644); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC7BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC7BE is #003841. Grayscale: #D6D6D6. Windows color (decimal): -14402 or 12503039. OLE color: 12503039.
HSL color Cylindrical-coordinate representation of color #FFC7BE: hue angle of 8.31º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FFC7BE is Cyan = 0, Magento = 0.22, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 199 | 190 | - |
| CMYK | 0 | 0.22 | 0.25 | 0 |
| HSL | 8.31º | 1% | 0.87% | - |
| HSV(B) | 8.31º | 0.25% | 1% | - |
| XYZ | 70.96 | 65.82 | 57.68 | - |
| YUV | 214.72 | 114.05 | 156.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 199 | 190 | 0 | 0.22 | 0.25 | 0 | 8.31 | 1 | 0.87 |
| Hex | FF | C7 | BE | 0 | 16 | 19 | 0 | 8 | 64 | 57 |
| Octal | 377 | 307 | 276 | 0 | 26 | 31 | 0 | 10 | 144 | 127 |
| Binary | 11111111 | 11000111 | 10111110 | 0 | 10110 | 11001 | 0 | 1000 | 1100100 | 1010111 |
Color Harmonies of #FFC7BE
Complementary color
Monochromatic Colors of #FFC7BE
Black with #FFC7BE
Text Example
Text Example
White with #FFC7BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC7BE; }
p { color: rgb(255,199,190); }
H1.HeaderClassName
{
color: #FFC7BE;
}
.AnyTagClassName
{
color: #FFC7BE;
}
</style>
background-color css
<style>
a { background-color: #FFC7BE; }
a { background-color: rgb(255,199,190); }
div.DivClassName
{
background-color: #FFC7BE;
}
.BgClassName
{
background-color: #FFC7BE;
}
</style>
border-color css
<style>
span { border-color: #FFC7BE; }
span { border-color: rgb(255,199,190); }
td.TdClassName
{
border-color: #FFC7BE;
}
.TagClassName
{
border-color: #FFC7BE;
}
</style>