Shades of Your Pink #FEBEB8
Tints of Your Pink #FEBEB8
RGB
CMYK
RGB Variations
Color information
#FEBEB8 (or 0xFEBEB8) is known color: Your Pink. HEX triplet: FE, BE and B8. RGB value is (254,190,184). Sum of RGB (Red+Green+Blue) = 254+190+184=628 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.45% from 628); Green value is 190 (74.61% from 255 or 30.25% from 628); Blue value is 184 (72.27% from 255 or 29.30% from 628); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBEB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBEB8 is #014147. Grayscale: #D0D0D0. Windows color (decimal): -82248 or 12107518. OLE color: 12107518.
HSL color Cylindrical-coordinate representation of color #FEBEB8: hue angle of 5.14º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FEBEB8 is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 190 | 184 | - |
| CMYK | 0 | 0.25 | 0.28 | 0.00 |
| HSL | 5.14º | 0.97% | 0.86% | - |
| HSV(B) | 5.14º | 0.28% | 1% | - |
| XYZ | 67.94 | 61.36 | 53.61 | - |
| YUV | 208.45 | 114.2 | 160.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 190 | 184 | 0 | 0.25 | 0.28 | 0.00 | 5.14 | 0.97 | 0.86 |
| Hex | FE | BE | B8 | 0 | 19 | 1C | 0 | 5 | 61 | 56 |
| Octal | 376 | 276 | 270 | 0 | 31 | 34 | 0 | 5 | 141 | 126 |
| Binary | 11111110 | 10111110 | 10111000 | 0 | 11001 | 11100 | 0 | 101 | 1100001 | 1010110 |
Color Harmonies of #FEBEB8
Complementary color
Monochromatic Colors of #FEBEB8
Black with #FEBEB8
Text Example
Text Example
White with #FEBEB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBEB8; }
p { color: rgb(254,190,184); }
H1.HeaderClassName
{
color: #FEBEB8;
}
.AnyTagClassName
{
color: #FEBEB8;
}
</style>
background-color css
<style>
a { background-color: #FEBEB8; }
a { background-color: rgb(254,190,184); }
div.DivClassName
{
background-color: #FEBEB8;
}
.BgClassName
{
background-color: #FEBEB8;
}
</style>
border-color css
<style>
span { border-color: #FEBEB8; }
span { border-color: rgb(254,190,184); }
td.TdClassName
{
border-color: #FEBEB8;
}
.TagClassName
{
border-color: #FEBEB8;
}
</style>