Shades of Light Pink #FFB5C0
Tints of Light Pink #FFB5C0
RGB
CMYK
RGB Variations
Color information
#FFB5C0 (or 0xFFB5C0) is known color: Light Pink. HEX triplet: FF, B5 and C0. RGB value is (255,181,192). Sum of RGB (Red+Green+Blue) = 255+181+192=628 (83% of max value = 765). Red value is 255 (100% from 255 or 40.61% from 628); Green value is 181 (71.09% from 255 or 28.82% from 628); Blue value is 192 (75.39% from 255 or 30.57% from 628); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB5C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB5C0 is #004A3F. Grayscale: #CCCCCC. Windows color (decimal): -19008 or 12629503. OLE color: 12629503.
HSL color Cylindrical-coordinate representation of color #FFB5C0: hue angle of 351.08º 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 #FFB5C0 is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 181 | 192 | - |
| CMYK | 0 | 0.29 | 0.25 | 0 |
| HSL | 351.08º | 1% | 0.85% | - |
| HSV(B) | 351.08º | 0.29% | 1% | - |
| XYZ | 67.28 | 58.11 | 57.54 | - |
| YUV | 204.38 | 121.02 | 164.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 181 | 192 | 0 | 0.29 | 0.25 | 0 | 351.08 | 1 | 0.85 |
| Hex | FF | B5 | C0 | 0 | 1D | 19 | 0 | 15F | 64 | 55 |
| Octal | 377 | 265 | 300 | 0 | 35 | 31 | 0 | 537 | 144 | 125 |
| Binary | 11111111 | 10110101 | 11000000 | 0 | 11101 | 11001 | 0 | 101011111 | 1100100 | 1010101 |
Color Harmonies of #FFB5C0
Complementary color
Monochromatic Colors of #FFB5C0
Black with #FFB5C0
Text Example
Text Example
White with #FFB5C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB5C0; }
p { color: rgb(255,181,192); }
H1.HeaderClassName
{
color: #FFB5C0;
}
.AnyTagClassName
{
color: #FFB5C0;
}
</style>
background-color css
<style>
a { background-color: #FFB5C0; }
a { background-color: rgb(255,181,192); }
div.DivClassName
{
background-color: #FFB5C0;
}
.BgClassName
{
background-color: #FFB5C0;
}
</style>
border-color css
<style>
span { border-color: #FFB5C0; }
span { border-color: rgb(255,181,192); }
td.TdClassName
{
border-color: #FFB5C0;
}
.TagClassName
{
border-color: #FFB5C0;
}
</style>