Shades of Your Pink #FEBAB9
Tints of Your Pink #FEBAB9
RGB
CMYK
RGB Variations
Color information
#FEBAB9 (or 0xFEBAB9) is known color: Your Pink. HEX triplet: FE, BA and B9. RGB value is (254,186,185). Sum of RGB (Red+Green+Blue) = 254+186+185=625 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.64% from 625); Green value is 186 (73.05% from 255 or 29.76% from 625); Blue value is 185 (72.66% from 255 or 29.6% from 625); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBAB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBAB9 is #014546. Grayscale: #CECECE. Windows color (decimal): -83271 or 12172030. OLE color: 12172030.
HSL color Cylindrical-coordinate representation of color #FEBAB9: hue angle of 0.87º 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 #FEBAB9 is Cyan = 0, Magento = 0.27, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 186 | 185 | - |
| CMYK | 0 | 0.27 | 0.27 | 0.00 |
| HSL | 0.87º | 0.97% | 0.86% | - |
| HSV(B) | 0.87º | 0.27% | 1% | - |
| XYZ | 67.19 | 59.69 | 53.88 | - |
| YUV | 206.22 | 116.03 | 162.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 186 | 185 | 0 | 0.27 | 0.27 | 0.00 | 0.87 | 0.97 | 0.86 |
| Hex | FE | BA | B9 | 0 | 1B | 1B | 0 | 1 | 61 | 56 |
| Octal | 376 | 272 | 271 | 0 | 33 | 33 | 0 | 1 | 141 | 126 |
| Binary | 11111110 | 10111010 | 10111001 | 0 | 11011 | 11011 | 0 | 1 | 1100001 | 1010110 |
Color Harmonies of #FEBAB9
Complementary color
Monochromatic Colors of #FEBAB9
Black with #FEBAB9
Text Example
Text Example
White with #FEBAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBAB9; }
p { color: rgb(254,186,185); }
H1.HeaderClassName
{
color: #FEBAB9;
}
.AnyTagClassName
{
color: #FEBAB9;
}
</style>
background-color css
<style>
a { background-color: #FEBAB9; }
a { background-color: rgb(254,186,185); }
div.DivClassName
{
background-color: #FEBAB9;
}
.BgClassName
{
background-color: #FEBAB9;
}
</style>
border-color css
<style>
span { border-color: #FEBAB9; }
span { border-color: rgb(254,186,185); }
td.TdClassName
{
border-color: #FEBAB9;
}
.TagClassName
{
border-color: #FEBAB9;
}
</style>