Shades of Light Pink #FFB5C5
Tints of Light Pink #FFB5C5
RGB
CMYK
RGB Variations
Color information
#FFB5C5 (or 0xFFB5C5) is known color: Light Pink. HEX triplet: FF, B5 and C5. RGB value is (255,181,197). Sum of RGB (Red+Green+Blue) = 255+181+197=633 (83% of max value = 765). Red value is 255 (100% from 255 or 40.28% from 633); Green value is 181 (71.09% from 255 or 28.59% from 633); Blue value is 197 (77.34% from 255 or 31.12% from 633); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB5C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB5C5 is #004A3A. Grayscale: #CCCCCC. Windows color (decimal): -19003 or 12957183. OLE color: 12957183.
HSL color Cylindrical-coordinate representation of color #FFB5C5: hue angle of 347.03º 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 #FFB5C5 is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 181 | 197 | - |
| CMYK | 0 | 0.29 | 0.23 | 0 |
| HSL | 347.03º | 1% | 0.85% | - |
| HSV(B) | 347.03º | 0.29% | 1% | - |
| XYZ | 67.84 | 58.34 | 60.51 | - |
| YUV | 204.95 | 123.52 | 163.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 181 | 197 | 0 | 0.29 | 0.23 | 0 | 347.03 | 1 | 0.85 |
| Hex | FF | B5 | C5 | 0 | 1D | 17 | 0 | 15B | 64 | 55 |
| Octal | 377 | 265 | 305 | 0 | 35 | 27 | 0 | 533 | 144 | 125 |
| Binary | 11111111 | 10110101 | 11000101 | 0 | 11101 | 10111 | 0 | 101011011 | 1100100 | 1010101 |
Color Harmonies of #FFB5C5
Complementary color
Monochromatic Colors of #FFB5C5
Black with #FFB5C5
Text Example
Text Example
White with #FFB5C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB5C5; }
p { color: rgb(255,181,197); }
H1.HeaderClassName
{
color: #FFB5C5;
}
.AnyTagClassName
{
color: #FFB5C5;
}
</style>
background-color css
<style>
a { background-color: #FFB5C5; }
a { background-color: rgb(255,181,197); }
div.DivClassName
{
background-color: #FFB5C5;
}
.BgClassName
{
background-color: #FFB5C5;
}
</style>
border-color css
<style>
span { border-color: #FFB5C5; }
span { border-color: rgb(255,181,197); }
td.TdClassName
{
border-color: #FFB5C5;
}
.TagClassName
{
border-color: #FFB5C5;
}
</style>