Shades of Your Pink #FFC5B5
Tints of Your Pink #FFC5B5
RGB
CMYK
RGB Variations
Color information
#FFC5B5 (or 0xFFC5B5) is known color: Your Pink. HEX triplet: FF, C5 and B5. RGB value is (255,197,181). Sum of RGB (Red+Green+Blue) = 255+197+181=633 (83% of max value = 765). Red value is 255 (100% from 255 or 40.28% from 633); Green value is 197 (77.34% from 255 or 31.12% from 633); Blue value is 181 (71.09% from 255 or 28.59% from 633); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC5B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC5B5 is #003A4A. Grayscale: #D4D4D4. Windows color (decimal): -14923 or 11912703. OLE color: 11912703.
HSL color Cylindrical-coordinate representation of color #FFC5B5: hue angle of 12.97º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FFC5B5 is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 197 | 181 | - |
| CMYK | 0 | 0.23 | 0.29 | 0 |
| HSL | 12.97º | 1% | 0.85% | - |
| HSV(B) | 12.97º | 0.29% | 1% | - |
| XYZ | 69.55 | 64.53 | 52.51 | - |
| YUV | 212.52 | 110.22 | 158.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 197 | 181 | 0 | 0.23 | 0.29 | 0 | 12.97 | 1 | 0.85 |
| Hex | FF | C5 | B5 | 0 | 17 | 1D | 0 | D | 64 | 55 |
| Octal | 377 | 305 | 265 | 0 | 27 | 35 | 0 | 15 | 144 | 125 |
| Binary | 11111111 | 11000101 | 10110101 | 0 | 10111 | 11101 | 0 | 1101 | 1100100 | 1010101 |
Color Harmonies of #FFC5B5
Complementary color
Monochromatic Colors of #FFC5B5
Black with #FFC5B5
Text Example
Text Example
White with #FFC5B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC5B5; }
p { color: rgb(255,197,181); }
H1.HeaderClassName
{
color: #FFC5B5;
}
.AnyTagClassName
{
color: #FFC5B5;
}
</style>
background-color css
<style>
a { background-color: #FFC5B5; }
a { background-color: rgb(255,197,181); }
div.DivClassName
{
background-color: #FFC5B5;
}
.BgClassName
{
background-color: #FFC5B5;
}
</style>
border-color css
<style>
span { border-color: #FFC5B5; }
span { border-color: rgb(255,197,181); }
td.TdClassName
{
border-color: #FFC5B5;
}
.TagClassName
{
border-color: #FFC5B5;
}
</style>