Shades of Light Pink #FEBABE
Tints of Light Pink #FEBABE
RGB
CMYK
RGB Variations
Color information
#FEBABE (or 0xFEBABE) is known color: Light Pink. HEX triplet: FE, BA and BE. RGB value is (254,186,190). Sum of RGB (Red+Green+Blue) = 254+186+190=630 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.32% from 630); Green value is 186 (73.05% from 255 or 29.52% from 630); Blue value is 190 (74.61% from 255 or 30.16% from 630); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBABE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBABE is #014541. Grayscale: #CECECE. Windows color (decimal): -83266 or 12499710. OLE color: 12499710.
HSL color Cylindrical-coordinate representation of color #FEBABE: hue angle of 356.47º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FEBABE is Cyan = 0, Magento = 0.27, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 186 | 190 | - |
| CMYK | 0 | 0.27 | 0.25 | 0.00 |
| HSL | 356.47º | 0.97% | 0.86% | - |
| HSV(B) | 356.47º | 0.27% | 1% | - |
| XYZ | 67.73 | 59.91 | 56.71 | - |
| YUV | 206.79 | 118.53 | 161.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 186 | 190 | 0 | 0.27 | 0.25 | 0.00 | 356.47 | 0.97 | 0.86 |
| Hex | FE | BA | BE | 0 | 1B | 19 | 0 | 164 | 61 | 56 |
| Octal | 376 | 272 | 276 | 0 | 33 | 31 | 0 | 544 | 141 | 126 |
| Binary | 11111110 | 10111010 | 10111110 | 0 | 11011 | 11001 | 0 | 101100100 | 1100001 | 1010110 |
Color Harmonies of #FEBABE
Complementary color
Monochromatic Colors of #FEBABE
Black with #FEBABE
Text Example
Text Example
White with #FEBABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBABE; }
p { color: rgb(254,186,190); }
H1.HeaderClassName
{
color: #FEBABE;
}
.AnyTagClassName
{
color: #FEBABE;
}
</style>
background-color css
<style>
a { background-color: #FEBABE; }
a { background-color: rgb(254,186,190); }
div.DivClassName
{
background-color: #FEBABE;
}
.BgClassName
{
background-color: #FEBABE;
}
</style>
border-color css
<style>
span { border-color: #FEBABE; }
span { border-color: rgb(254,186,190); }
td.TdClassName
{
border-color: #FEBABE;
}
.TagClassName
{
border-color: #FEBABE;
}
</style>