Shades of Light Pink #FEBCC5
Tints of Light Pink #FEBCC5
RGB
CMYK
RGB Variations
Color information
#FEBCC5 (or 0xFEBCC5) is known color: Light Pink. HEX triplet: FE, BC and C5. RGB value is (254,188,197). Sum of RGB (Red+Green+Blue) = 254+188+197=639 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.75% from 639); Green value is 188 (73.83% from 255 or 29.42% from 639); Blue value is 197 (77.34% from 255 or 30.83% from 639); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBCC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBCC5 is #01433A. Grayscale: #D0D0D0. Windows color (decimal): -82747 or 12958974. OLE color: 12958974.
HSL color Cylindrical-coordinate representation of color #FEBCC5: hue angle of 351.82º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FEBCC5 is Cyan = 0, Magento = 0.26, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 188 | 197 | - |
| CMYK | 0 | 0.26 | 0.22 | 0.00 |
| HSL | 351.82º | 0.97% | 0.87% | - |
| HSV(B) | 351.82º | 0.26% | 1% | - |
| XYZ | 68.93 | 61.07 | 60.98 | - |
| YUV | 208.76 | 121.37 | 160.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 188 | 197 | 0 | 0.26 | 0.22 | 0.00 | 351.82 | 0.97 | 0.87 |
| Hex | FE | BC | C5 | 0 | 1A | 16 | 0 | 160 | 61 | 57 |
| Octal | 376 | 274 | 305 | 0 | 32 | 26 | 0 | 540 | 141 | 127 |
| Binary | 11111110 | 10111100 | 11000101 | 0 | 11010 | 10110 | 0 | 101100000 | 1100001 | 1010111 |
Color Harmonies of #FEBCC5
Complementary color
Monochromatic Colors of #FEBCC5
Black with #FEBCC5
Text Example
Text Example
White with #FEBCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBCC5; }
p { color: rgb(254,188,197); }
H1.HeaderClassName
{
color: #FEBCC5;
}
.AnyTagClassName
{
color: #FEBCC5;
}
</style>
background-color css
<style>
a { background-color: #FEBCC5; }
a { background-color: rgb(254,188,197); }
div.DivClassName
{
background-color: #FEBCC5;
}
.BgClassName
{
background-color: #FEBCC5;
}
</style>
border-color css
<style>
span { border-color: #FEBCC5; }
span { border-color: rgb(254,188,197); }
td.TdClassName
{
border-color: #FEBCC5;
}
.TagClassName
{
border-color: #FEBCC5;
}
</style>