Shades of Light Pink #FEBBC5
Tints of Light Pink #FEBBC5
RGB
CMYK
RGB Variations
Color information
#FEBBC5 (or 0xFEBBC5) is known color: Light Pink. HEX triplet: FE, BB and C5. RGB value is (254,187,197). Sum of RGB (Red+Green+Blue) = 254+187+197=638 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.81% from 638); Green value is 187 (73.44% from 255 or 29.31% from 638); Blue value is 197 (77.34% from 255 or 30.88% from 638); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBBC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBBC5 is #01443A. Grayscale: #D0D0D0. Windows color (decimal): -83003 or 12958718. OLE color: 12958718.
HSL color Cylindrical-coordinate representation of color #FEBBC5: hue angle of 351.04º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FEBBC5 is Cyan = 0, Magento = 0.26, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 187 | 197 | - |
| CMYK | 0 | 0.26 | 0.22 | 0.00 |
| HSL | 351.04º | 0.97% | 0.86% | - |
| HSV(B) | 351.04º | 0.26% | 1% | - |
| XYZ | 68.72 | 60.64 | 60.91 | - |
| YUV | 208.17 | 121.7 | 160.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 187 | 197 | 0 | 0.26 | 0.22 | 0.00 | 351.04 | 0.97 | 0.86 |
| Hex | FE | BB | C5 | 0 | 1A | 16 | 0 | 15F | 61 | 56 |
| Octal | 376 | 273 | 305 | 0 | 32 | 26 | 0 | 537 | 141 | 126 |
| Binary | 11111110 | 10111011 | 11000101 | 0 | 11010 | 10110 | 0 | 101011111 | 1100001 | 1010110 |
Color Harmonies of #FEBBC5
Complementary color
Monochromatic Colors of #FEBBC5
Black with #FEBBC5
Text Example
Text Example
White with #FEBBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBBC5; }
p { color: rgb(254,187,197); }
H1.HeaderClassName
{
color: #FEBBC5;
}
.AnyTagClassName
{
color: #FEBBC5;
}
</style>
background-color css
<style>
a { background-color: #FEBBC5; }
a { background-color: rgb(254,187,197); }
div.DivClassName
{
background-color: #FEBBC5;
}
.BgClassName
{
background-color: #FEBBC5;
}
</style>
border-color css
<style>
span { border-color: #FEBBC5; }
span { border-color: rgb(254,187,197); }
td.TdClassName
{
border-color: #FEBBC5;
}
.TagClassName
{
border-color: #FEBBC5;
}
</style>