Shades of Your Pink #FFC5B2
Tints of Your Pink #FFC5B2
RGB
CMYK
RGB Variations
Color information
#FFC5B2 (or 0xFFC5B2) is known color: Your Pink. HEX triplet: FF, C5 and B2. RGB value is (255,197,178). Sum of RGB (Red+Green+Blue) = 255+197+178=630 (83% of max value = 765). Red value is 255 (100% from 255 or 40.48% from 630); Green value is 197 (77.34% from 255 or 31.27% from 630); Blue value is 178 (69.92% from 255 or 28.25% from 630); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC5B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC5B2 is #003A4D. Grayscale: #D4D4D4. Windows color (decimal): -14926 or 11716095. OLE color: 11716095.
HSL color Cylindrical-coordinate representation of color #FFC5B2: hue angle of 14.81º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FFC5B2 is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 197 | 178 | - |
| CMYK | 0 | 0.23 | 0.30 | 0 |
| HSL | 14.81º | 1% | 0.85% | - |
| HSV(B) | 14.81º | 0.3% | 1% | - |
| XYZ | 69.24 | 64.41 | 50.9 | - |
| YUV | 212.18 | 108.72 | 158.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 197 | 178 | 0 | 0.23 | 0.30 | 0 | 14.81 | 1 | 0.85 |
| Hex | FF | C5 | B2 | 0 | 17 | 1E | 0 | F | 64 | 55 |
| Octal | 377 | 305 | 262 | 0 | 27 | 36 | 0 | 17 | 144 | 125 |
| Binary | 11111111 | 11000101 | 10110010 | 0 | 10111 | 11110 | 0 | 1111 | 1100100 | 1010101 |
Color Harmonies of #FFC5B2
Complementary color
Monochromatic Colors of #FFC5B2
Black with #FFC5B2
Text Example
Text Example
White with #FFC5B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC5B2; }
p { color: rgb(255,197,178); }
H1.HeaderClassName
{
color: #FFC5B2;
}
.AnyTagClassName
{
color: #FFC5B2;
}
</style>
background-color css
<style>
a { background-color: #FFC5B2; }
a { background-color: rgb(255,197,178); }
div.DivClassName
{
background-color: #FFC5B2;
}
.BgClassName
{
background-color: #FFC5B2;
}
</style>
border-color css
<style>
span { border-color: #FFC5B2; }
span { border-color: rgb(255,197,178); }
td.TdClassName
{
border-color: #FFC5B2;
}
.TagClassName
{
border-color: #FFC5B2;
}
</style>