Shades of Light Pink #FFB5C1
Tints of Light Pink #FFB5C1
RGB
CMYK
RGB Variations
Color information
#FFB5C1 (or 0xFFB5C1) is known color: Light Pink. HEX triplet: FF, B5 and C1. RGB value is (255,181,193). Sum of RGB (Red+Green+Blue) = 255+181+193=629 (83% of max value = 765). Red value is 255 (100% from 255 or 40.54% from 629); Green value is 181 (71.09% from 255 or 28.78% from 629); Blue value is 193 (75.78% from 255 or 30.68% from 629); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB5C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB5C1 is #004A3E. Grayscale: #CCCCCC. Windows color (decimal): -19007 or 12695039. OLE color: 12695039.
HSL color Cylindrical-coordinate representation of color #FFB5C1: hue angle of 350.27º 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 #FFB5C1 is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 181 | 193 | - |
| CMYK | 0 | 0.29 | 0.24 | 0 |
| HSL | 350.27º | 1% | 0.85% | - |
| HSV(B) | 350.27º | 0.29% | 1% | - |
| XYZ | 67.39 | 58.16 | 58.13 | - |
| YUV | 204.49 | 121.52 | 164.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 181 | 193 | 0 | 0.29 | 0.24 | 0 | 350.27 | 1 | 0.85 |
| Hex | FF | B5 | C1 | 0 | 1D | 18 | 0 | 15E | 64 | 55 |
| Octal | 377 | 265 | 301 | 0 | 35 | 30 | 0 | 536 | 144 | 125 |
| Binary | 11111111 | 10110101 | 11000001 | 0 | 11101 | 11000 | 0 | 101011110 | 1100100 | 1010101 |
Color Harmonies of #FFB5C1
Complementary color
Monochromatic Colors of #FFB5C1
Black with #FFB5C1
Text Example
Text Example
White with #FFB5C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB5C1; }
p { color: rgb(255,181,193); }
H1.HeaderClassName
{
color: #FFB5C1;
}
.AnyTagClassName
{
color: #FFB5C1;
}
</style>
background-color css
<style>
a { background-color: #FFB5C1; }
a { background-color: rgb(255,181,193); }
div.DivClassName
{
background-color: #FFB5C1;
}
.BgClassName
{
background-color: #FFB5C1;
}
</style>
border-color css
<style>
span { border-color: #FFB5C1; }
span { border-color: rgb(255,181,193); }
td.TdClassName
{
border-color: #FFB5C1;
}
.TagClassName
{
border-color: #FFB5C1;
}
</style>