Shades of Light Pink #FEBABF
Tints of Light Pink #FEBABF
RGB
CMYK
RGB Variations
Color information
#FEBABF (or 0xFEBABF) is known color: Light Pink. HEX triplet: FE, BA and BF. RGB value is (254,186,191). Sum of RGB (Red+Green+Blue) = 254+186+191=631 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.25% from 631); Green value is 186 (73.05% from 255 or 29.48% from 631); Blue value is 191 (75% from 255 or 30.27% from 631); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBABF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBABF is #014540. Grayscale: #CECECE. Windows color (decimal): -83265 or 12565246. OLE color: 12565246.
HSL color Cylindrical-coordinate representation of color #FEBABF: hue angle of 355.59º 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 #FEBABF is Cyan = 0, Magento = 0.27, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 186 | 191 | - |
| CMYK | 0 | 0.27 | 0.25 | 0.00 |
| HSL | 355.59º | 0.97% | 0.86% | - |
| HSV(B) | 355.59º | 0.27% | 1% | - |
| XYZ | 67.84 | 59.95 | 57.29 | - |
| YUV | 206.9 | 119.03 | 161.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 186 | 191 | 0 | 0.27 | 0.25 | 0.00 | 355.59 | 0.97 | 0.86 |
| Hex | FE | BA | BF | 0 | 1B | 19 | 0 | 164 | 61 | 56 |
| Octal | 376 | 272 | 277 | 0 | 33 | 31 | 0 | 544 | 141 | 126 |
| Binary | 11111110 | 10111010 | 10111111 | 0 | 11011 | 11001 | 0 | 101100100 | 1100001 | 1010110 |
Color Harmonies of #FEBABF
Complementary color
Monochromatic Colors of #FEBABF
Black with #FEBABF
Text Example
Text Example
White with #FEBABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBABF; }
p { color: rgb(254,186,191); }
H1.HeaderClassName
{
color: #FEBABF;
}
.AnyTagClassName
{
color: #FEBABF;
}
</style>
background-color css
<style>
a { background-color: #FEBABF; }
a { background-color: rgb(254,186,191); }
div.DivClassName
{
background-color: #FEBABF;
}
.BgClassName
{
background-color: #FEBABF;
}
</style>
border-color css
<style>
span { border-color: #FEBABF; }
span { border-color: rgb(254,186,191); }
td.TdClassName
{
border-color: #FEBABF;
}
.TagClassName
{
border-color: #FEBABF;
}
</style>