Shades of Your Pink #FDBEBC
Tints of Your Pink #FDBEBC
RGB
CMYK
RGB Variations
Color information
#FDBEBC (or 0xFDBEBC) is known color: Your Pink. HEX triplet: FD, BE and BC. RGB value is (253,190,188). Sum of RGB (Red+Green+Blue) = 253+190+188=631 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.10% from 631); Green value is 190 (74.61% from 255 or 30.11% from 631); Blue value is 188 (73.83% from 255 or 29.79% from 631); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBEBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBEBC is #024143. Grayscale: #D0D0D0. Windows color (decimal): -147780 or 12369661. OLE color: 12369661.
HSL color Cylindrical-coordinate representation of color #FDBEBC: hue angle of 1.85º 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 #FDBEBC is Cyan = 0, Magento = 0.25, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 190 | 188 | - |
| CMYK | 0 | 0.25 | 0.26 | 0.01 |
| HSL | 1.85º | 0.94% | 0.86% | - |
| HSV(B) | 1.85º | 0.26% | 0.99% | - |
| XYZ | 68 | 61.34 | 55.83 | - |
| YUV | 208.61 | 116.37 | 159.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 190 | 188 | 0 | 0.25 | 0.26 | 0.01 | 1.85 | 0.94 | 0.86 |
| Hex | FD | BE | BC | 0 | 19 | 1A | 1 | 2 | 5E | 56 |
| Octal | 375 | 276 | 274 | 0 | 31 | 32 | 1 | 2 | 136 | 126 |
| Binary | 11111101 | 10111110 | 10111100 | 0 | 11001 | 11010 | 1 | 10 | 1011110 | 1010110 |
Color Harmonies of #FDBEBC
Complementary color
Monochromatic Colors of #FDBEBC
Black with #FDBEBC
Text Example
Text Example
White with #FDBEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBEBC; }
p { color: rgb(253,190,188); }
H1.HeaderClassName
{
color: #FDBEBC;
}
.AnyTagClassName
{
color: #FDBEBC;
}
</style>
background-color css
<style>
a { background-color: #FDBEBC; }
a { background-color: rgb(253,190,188); }
div.DivClassName
{
background-color: #FDBEBC;
}
.BgClassName
{
background-color: #FDBEBC;
}
</style>
border-color css
<style>
span { border-color: #FDBEBC; }
span { border-color: rgb(253,190,188); }
td.TdClassName
{
border-color: #FDBEBC;
}
.TagClassName
{
border-color: #FDBEBC;
}
</style>