Shades of Your Pink #FEBDBC
Tints of Your Pink #FEBDBC
RGB
CMYK
RGB Variations
Color information
#FEBDBC (or 0xFEBDBC) is known color: Your Pink. HEX triplet: FE, BD and BC. RGB value is (254,189,188). Sum of RGB (Red+Green+Blue) = 254+189+188=631 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.25% from 631); Green value is 189 (74.22% from 255 or 29.95% from 631); Blue value is 188 (73.83% from 255 or 29.79% from 631); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBDBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBDBC is #014243. Grayscale: #D0D0D0. Windows color (decimal): -82500 or 12369406. OLE color: 12369406.
HSL color Cylindrical-coordinate representation of color #FEBDBC: hue angle of 0.91º 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 #FEBDBC is Cyan = 0, Magento = 0.26, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 189 | 188 | - |
| CMYK | 0 | 0.26 | 0.26 | 0.00 |
| HSL | 0.91º | 0.97% | 0.87% | - |
| HSV(B) | 0.91º | 0.26% | 1% | - |
| XYZ | 68.15 | 61.1 | 55.78 | - |
| YUV | 208.32 | 116.53 | 160.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 189 | 188 | 0 | 0.26 | 0.26 | 0.00 | 0.91 | 0.97 | 0.87 |
| Hex | FE | BD | BC | 0 | 1A | 1A | 0 | 1 | 61 | 57 |
| Octal | 376 | 275 | 274 | 0 | 32 | 32 | 0 | 1 | 141 | 127 |
| Binary | 11111110 | 10111101 | 10111100 | 0 | 11010 | 11010 | 0 | 1 | 1100001 | 1010111 |
Color Harmonies of #FEBDBC
Complementary color
Monochromatic Colors of #FEBDBC
Black with #FEBDBC
Text Example
Text Example
White with #FEBDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBDBC; }
p { color: rgb(254,189,188); }
H1.HeaderClassName
{
color: #FEBDBC;
}
.AnyTagClassName
{
color: #FEBDBC;
}
</style>
background-color css
<style>
a { background-color: #FEBDBC; }
a { background-color: rgb(254,189,188); }
div.DivClassName
{
background-color: #FEBDBC;
}
.BgClassName
{
background-color: #FEBDBC;
}
</style>
border-color css
<style>
span { border-color: #FEBDBC; }
span { border-color: rgb(254,189,188); }
td.TdClassName
{
border-color: #FEBDBC;
}
.TagClassName
{
border-color: #FEBDBC;
}
</style>