Shades of Light Pink #FFB6BE
Tints of Light Pink #FFB6BE
RGB
CMYK
RGB Variations
Color information
#FFB6BE (or 0xFFB6BE) is known color: Light Pink. HEX triplet: FF, B6 and BE. RGB value is (255,182,190). Sum of RGB (Red+Green+Blue) = 255+182+190=627 (83% of max value = 765). Red value is 255 (100% from 255 or 40.67% from 627); Green value is 182 (71.48% from 255 or 29.03% from 627); Blue value is 190 (74.61% from 255 or 30.30% from 627); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB6BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB6BE is #004941. Grayscale: #CCCCCC. Windows color (decimal): -18754 or 12498687. OLE color: 12498687.
HSL color Cylindrical-coordinate representation of color #FFB6BE: hue angle of 353.42º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FFB6BE is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 182 | 190 | - |
| CMYK | 0 | 0.29 | 0.25 | 0 |
| HSL | 353.42º | 1% | 0.86% | - |
| HSV(B) | 353.42º | 0.29% | 1% | - |
| XYZ | 67.26 | 58.43 | 56.45 | - |
| YUV | 204.74 | 119.68 | 163.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 182 | 190 | 0 | 0.29 | 0.25 | 0 | 353.42 | 1 | 0.86 |
| Hex | FF | B6 | BE | 0 | 1D | 19 | 0 | 161 | 64 | 56 |
| Octal | 377 | 266 | 276 | 0 | 35 | 31 | 0 | 541 | 144 | 126 |
| Binary | 11111111 | 10110110 | 10111110 | 0 | 11101 | 11001 | 0 | 101100001 | 1100100 | 1010110 |
Color Harmonies of #FFB6BE
Complementary color
Monochromatic Colors of #FFB6BE
Black with #FFB6BE
Text Example
Text Example
White with #FFB6BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB6BE; }
p { color: rgb(255,182,190); }
H1.HeaderClassName
{
color: #FFB6BE;
}
.AnyTagClassName
{
color: #FFB6BE;
}
</style>
background-color css
<style>
a { background-color: #FFB6BE; }
a { background-color: rgb(255,182,190); }
div.DivClassName
{
background-color: #FFB6BE;
}
.BgClassName
{
background-color: #FFB6BE;
}
</style>
border-color css
<style>
span { border-color: #FFB6BE; }
span { border-color: rgb(255,182,190); }
td.TdClassName
{
border-color: #FFB6BE;
}
.TagClassName
{
border-color: #FFB6BE;
}
</style>