Shades of Light Pink #FFB5C7
Tints of Light Pink #FFB5C7
RGB
CMYK
RGB Variations
Color information
#FFB5C7 (or 0xFFB5C7) is known color: Light Pink. HEX triplet: FF, B5 and C7. RGB value is (255,181,199). Sum of RGB (Red+Green+Blue) = 255+181+199=635 (84% of max value = 765). Red value is 255 (100% from 255 or 40.16% from 635); Green value is 181 (71.09% from 255 or 28.50% from 635); Blue value is 199 (78.12% from 255 or 31.34% from 635); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB5C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB5C7 is #004A38. Grayscale: #CDCDCD. Windows color (decimal): -19001 or 13088255. OLE color: 13088255.
HSL color Cylindrical-coordinate representation of color #FFB5C7: hue angle of 345.41º 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 #FFB5C7 is Cyan = 0, Magento = 0.29, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 181 | 199 | - |
| CMYK | 0 | 0.29 | 0.22 | 0 |
| HSL | 345.41º | 1% | 0.85% | - |
| HSV(B) | 345.41º | 0.29% | 1% | - |
| XYZ | 68.07 | 58.43 | 61.72 | - |
| YUV | 205.18 | 124.52 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 181 | 199 | 0 | 0.29 | 0.22 | 0 | 345.41 | 1 | 0.85 |
| Hex | FF | B5 | C7 | 0 | 1D | 16 | 0 | 159 | 64 | 55 |
| Octal | 377 | 265 | 307 | 0 | 35 | 26 | 0 | 531 | 144 | 125 |
| Binary | 11111111 | 10110101 | 11000111 | 0 | 11101 | 10110 | 0 | 101011001 | 1100100 | 1010101 |
Color Harmonies of #FFB5C7
Complementary color
Monochromatic Colors of #FFB5C7
Black with #FFB5C7
Text Example
Text Example
White with #FFB5C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB5C7; }
p { color: rgb(255,181,199); }
H1.HeaderClassName
{
color: #FFB5C7;
}
.AnyTagClassName
{
color: #FFB5C7;
}
</style>
background-color css
<style>
a { background-color: #FFB5C7; }
a { background-color: rgb(255,181,199); }
div.DivClassName
{
background-color: #FFB5C7;
}
.BgClassName
{
background-color: #FFB5C7;
}
</style>
border-color css
<style>
span { border-color: #FFB5C7; }
span { border-color: rgb(255,181,199); }
td.TdClassName
{
border-color: #FFB5C7;
}
.TagClassName
{
border-color: #FFB5C7;
}
</style>