Shades of Light Pink #FEB5BC
Tints of Light Pink #FEB5BC
RGB
CMYK
RGB Variations
Color information
#FEB5BC (or 0xFEB5BC) is known color: Light Pink. HEX triplet: FE, B5 and BC. RGB value is (254,181,188). Sum of RGB (Red+Green+Blue) = 254+181+188=623 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.77% from 623); Green value is 181 (71.09% from 255 or 29.05% from 623); Blue value is 188 (73.83% from 255 or 30.18% from 623); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB5BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB5BC is #014A43. Grayscale: #CBCBCB. Windows color (decimal): -84548 or 12367358. OLE color: 12367358.
HSL color Cylindrical-coordinate representation of color #FEB5BC: hue angle of 354.25º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FEB5BC is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 181 | 188 | - |
| CMYK | 0 | 0.29 | 0.26 | 0.00 |
| HSL | 354.25º | 0.97% | 0.85% | - |
| HSV(B) | 354.25º | 0.29% | 1% | - |
| XYZ | 66.47 | 57.75 | 55.22 | - |
| YUV | 203.63 | 119.18 | 163.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 181 | 188 | 0 | 0.29 | 0.26 | 0.00 | 354.25 | 0.97 | 0.85 |
| Hex | FE | B5 | BC | 0 | 1D | 1A | 0 | 162 | 61 | 55 |
| Octal | 376 | 265 | 274 | 0 | 35 | 32 | 0 | 542 | 141 | 125 |
| Binary | 11111110 | 10110101 | 10111100 | 0 | 11101 | 11010 | 0 | 101100010 | 1100001 | 1010101 |
Color Harmonies of #FEB5BC
Complementary color
Monochromatic Colors of #FEB5BC
Black with #FEB5BC
Text Example
Text Example
White with #FEB5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB5BC; }
p { color: rgb(254,181,188); }
H1.HeaderClassName
{
color: #FEB5BC;
}
.AnyTagClassName
{
color: #FEB5BC;
}
</style>
background-color css
<style>
a { background-color: #FEB5BC; }
a { background-color: rgb(254,181,188); }
div.DivClassName
{
background-color: #FEB5BC;
}
.BgClassName
{
background-color: #FEB5BC;
}
</style>
border-color css
<style>
span { border-color: #FEB5BC; }
span { border-color: rgb(254,181,188); }
td.TdClassName
{
border-color: #FEB5BC;
}
.TagClassName
{
border-color: #FEB5BC;
}
</style>