Shades of Light Pink #FFB5C6
Tints of Light Pink #FFB5C6
RGB
CMYK
RGB Variations
Color information
#FFB5C6 (or 0xFFB5C6) is known color: Light Pink. HEX triplet: FF, B5 and C6. RGB value is (255,181,198). Sum of RGB (Red+Green+Blue) = 255+181+198=634 (83% of max value = 765). Red value is 255 (100% from 255 or 40.22% from 634); Green value is 181 (71.09% from 255 or 28.55% from 634); Blue value is 198 (77.73% from 255 or 31.23% from 634); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB5C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB5C6 is #004A39. Grayscale: #CDCDCD. Windows color (decimal): -19002 or 13022719. OLE color: 13022719.
HSL color Cylindrical-coordinate representation of color #FFB5C6: hue angle of 346.22º 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 #FFB5C6 is Cyan = 0, Magento = 0.29, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 181 | 198 | - |
| CMYK | 0 | 0.29 | 0.22 | 0 |
| HSL | 346.22º | 1% | 0.85% | - |
| HSV(B) | 346.22º | 0.29% | 1% | - |
| XYZ | 67.96 | 58.38 | 61.11 | - |
| YUV | 205.06 | 124.02 | 163.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 181 | 198 | 0 | 0.29 | 0.22 | 0 | 346.22 | 1 | 0.85 |
| Hex | FF | B5 | C6 | 0 | 1D | 16 | 0 | 15A | 64 | 55 |
| Octal | 377 | 265 | 306 | 0 | 35 | 26 | 0 | 532 | 144 | 125 |
| Binary | 11111111 | 10110101 | 11000110 | 0 | 11101 | 10110 | 0 | 101011010 | 1100100 | 1010101 |
Color Harmonies of #FFB5C6
Complementary color
Monochromatic Colors of #FFB5C6
Black with #FFB5C6
Text Example
Text Example
White with #FFB5C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB5C6; }
p { color: rgb(255,181,198); }
H1.HeaderClassName
{
color: #FFB5C6;
}
.AnyTagClassName
{
color: #FFB5C6;
}
</style>
background-color css
<style>
a { background-color: #FFB5C6; }
a { background-color: rgb(255,181,198); }
div.DivClassName
{
background-color: #FFB5C6;
}
.BgClassName
{
background-color: #FFB5C6;
}
</style>
border-color css
<style>
span { border-color: #FFB5C6; }
span { border-color: rgb(255,181,198); }
td.TdClassName
{
border-color: #FFB5C6;
}
.TagClassName
{
border-color: #FFB5C6;
}
</style>