Shades of Your Pink #FFC5BE
Tints of Your Pink #FFC5BE
RGB
CMYK
RGB Variations
Color information
#FFC5BE (or 0xFFC5BE) is known color: Your Pink. HEX triplet: FF, C5 and BE. RGB value is (255,197,190). Sum of RGB (Red+Green+Blue) = 255+197+190=642 (85% of max value = 765). Red value is 255 (100% from 255 or 39.72% from 642); Green value is 197 (77.34% from 255 or 30.69% from 642); Blue value is 190 (74.61% from 255 or 29.60% from 642); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC5BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC5BE is #003A41. Grayscale: #D5D5D5. Windows color (decimal): -14914 or 12502527. OLE color: 12502527.
HSL color Cylindrical-coordinate representation of color #FFC5BE: hue angle of 6.46º 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 #FFC5BE is Cyan = 0, Magento = 0.23, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 197 | 190 | - |
| CMYK | 0 | 0.23 | 0.25 | 0 |
| HSL | 6.46º | 1% | 0.87% | - |
| HSV(B) | 6.46º | 0.25% | 1% | - |
| XYZ | 70.5 | 64.91 | 57.53 | - |
| YUV | 213.54 | 114.72 | 157.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 197 | 190 | 0 | 0.23 | 0.25 | 0 | 6.46 | 1 | 0.87 |
| Hex | FF | C5 | BE | 0 | 17 | 19 | 0 | 6 | 64 | 57 |
| Octal | 377 | 305 | 276 | 0 | 27 | 31 | 0 | 6 | 144 | 127 |
| Binary | 11111111 | 11000101 | 10111110 | 0 | 10111 | 11001 | 0 | 110 | 1100100 | 1010111 |
Color Harmonies of #FFC5BE
Complementary color
Monochromatic Colors of #FFC5BE
Black with #FFC5BE
Text Example
Text Example
White with #FFC5BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC5BE; }
p { color: rgb(255,197,190); }
H1.HeaderClassName
{
color: #FFC5BE;
}
.AnyTagClassName
{
color: #FFC5BE;
}
</style>
background-color css
<style>
a { background-color: #FFC5BE; }
a { background-color: rgb(255,197,190); }
div.DivClassName
{
background-color: #FFC5BE;
}
.BgClassName
{
background-color: #FFC5BE;
}
</style>
border-color css
<style>
span { border-color: #FFC5BE; }
span { border-color: rgb(255,197,190); }
td.TdClassName
{
border-color: #FFC5BE;
}
.TagClassName
{
border-color: #FFC5BE;
}
</style>