Shades of Your Pink #FDBEBA
Tints of Your Pink #FDBEBA
RGB
CMYK
RGB Variations
Color information
#FDBEBA (or 0xFDBEBA) is known color: Your Pink. HEX triplet: FD, BE and BA. RGB value is (253,190,186). Sum of RGB (Red+Green+Blue) = 253+190+186=629 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.22% from 629); Green value is 190 (74.61% from 255 or 30.21% from 629); Blue value is 186 (73.05% from 255 or 29.57% from 629); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBEBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBEBA is #024145. Grayscale: #D0D0D0. Windows color (decimal): -147782 or 12238589. OLE color: 12238589.
HSL color Cylindrical-coordinate representation of color #FDBEBA: hue angle of 3.58º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FDBEBA is Cyan = 0, Magento = 0.25, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 190 | 186 | - |
| CMYK | 0 | 0.25 | 0.26 | 0.01 |
| HSL | 3.58º | 0.94% | 0.86% | - |
| HSV(B) | 3.58º | 0.26% | 0.99% | - |
| XYZ | 67.78 | 61.25 | 54.71 | - |
| YUV | 208.38 | 115.37 | 159.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 190 | 186 | 0 | 0.25 | 0.26 | 0.01 | 3.58 | 0.94 | 0.86 |
| Hex | FD | BE | BA | 0 | 19 | 1A | 1 | 4 | 5E | 56 |
| Octal | 375 | 276 | 272 | 0 | 31 | 32 | 1 | 4 | 136 | 126 |
| Binary | 11111101 | 10111110 | 10111010 | 0 | 11001 | 11010 | 1 | 100 | 1011110 | 1010110 |
Color Harmonies of #FDBEBA
Complementary color
Monochromatic Colors of #FDBEBA
Black with #FDBEBA
Text Example
Text Example
White with #FDBEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBEBA; }
p { color: rgb(253,190,186); }
H1.HeaderClassName
{
color: #FDBEBA;
}
.AnyTagClassName
{
color: #FDBEBA;
}
</style>
background-color css
<style>
a { background-color: #FDBEBA; }
a { background-color: rgb(253,190,186); }
div.DivClassName
{
background-color: #FDBEBA;
}
.BgClassName
{
background-color: #FDBEBA;
}
</style>
border-color css
<style>
span { border-color: #FDBEBA; }
span { border-color: rgb(253,190,186); }
td.TdClassName
{
border-color: #FDBEBA;
}
.TagClassName
{
border-color: #FDBEBA;
}
</style>