Shades of Your Pink #FEBEBC
Tints of Your Pink #FEBEBC
RGB
CMYK
RGB Variations
Color information
#FEBEBC (or 0xFEBEBC) is known color: Your Pink. HEX triplet: FE, BE and BC. RGB value is (254,190,188). Sum of RGB (Red+Green+Blue) = 254+190+188=632 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.19% from 632); Green value is 190 (74.61% from 255 or 30.06% from 632); Blue value is 188 (73.83% from 255 or 29.75% from 632); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBEBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBEBC is #014143. Grayscale: #D0D0D0. Windows color (decimal): -82244 or 12369662. OLE color: 12369662.
HSL color Cylindrical-coordinate representation of color #FEBEBC: hue angle of 1.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 #FEBEBC is Cyan = 0, Magento = 0.25, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 190 | 188 | - |
| CMYK | 0 | 0.25 | 0.26 | 0.00 |
| HSL | 1.82º | 0.97% | 0.87% | - |
| HSV(B) | 1.82º | 0.26% | 1% | - |
| XYZ | 68.36 | 61.53 | 55.85 | - |
| YUV | 208.91 | 116.2 | 160.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 190 | 188 | 0 | 0.25 | 0.26 | 0.00 | 1.82 | 0.97 | 0.87 |
| Hex | FE | BE | BC | 0 | 19 | 1A | 0 | 2 | 61 | 57 |
| Octal | 376 | 276 | 274 | 0 | 31 | 32 | 0 | 2 | 141 | 127 |
| Binary | 11111110 | 10111110 | 10111100 | 0 | 11001 | 11010 | 0 | 10 | 1100001 | 1010111 |
Color Harmonies of #FEBEBC
Complementary color
Monochromatic Colors of #FEBEBC
Black with #FEBEBC
Text Example
Text Example
White with #FEBEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBEBC; }
p { color: rgb(254,190,188); }
H1.HeaderClassName
{
color: #FEBEBC;
}
.AnyTagClassName
{
color: #FEBEBC;
}
</style>
background-color css
<style>
a { background-color: #FEBEBC; }
a { background-color: rgb(254,190,188); }
div.DivClassName
{
background-color: #FEBEBC;
}
.BgClassName
{
background-color: #FEBEBC;
}
</style>
border-color css
<style>
span { border-color: #FEBEBC; }
span { border-color: rgb(254,190,188); }
td.TdClassName
{
border-color: #FEBEBC;
}
.TagClassName
{
border-color: #FEBEBC;
}
</style>