Shades of Light Pink #FDBABE
Tints of Light Pink #FDBABE
RGB
CMYK
RGB Variations
Color information
#FDBABE (or 0xFDBABE) is known color: Light Pink. HEX triplet: FD, BA and BE. RGB value is (253,186,190). Sum of RGB (Red+Green+Blue) = 253+186+190=629 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.22% from 629); Green value is 186 (73.05% from 255 or 29.57% from 629); Blue value is 190 (74.61% from 255 or 30.21% from 629); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBABE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBABE is #024541. Grayscale: #CECECE. Windows color (decimal): -148802 or 12499709. OLE color: 12499709.
HSL color Cylindrical-coordinate representation of color #FDBABE: hue angle of 356.42º 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 #FDBABE is Cyan = 0, Magento = 0.26, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 186 | 190 | - |
| CMYK | 0 | 0.26 | 0.25 | 0.01 |
| HSL | 356.42º | 0.94% | 0.86% | - |
| HSV(B) | 356.42º | 0.26% | 0.99% | - |
| XYZ | 67.36 | 59.72 | 56.69 | - |
| YUV | 206.49 | 118.7 | 161.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 186 | 190 | 0 | 0.26 | 0.25 | 0.01 | 356.42 | 0.94 | 0.86 |
| Hex | FD | BA | BE | 0 | 1A | 19 | 1 | 164 | 5E | 56 |
| Octal | 375 | 272 | 276 | 0 | 32 | 31 | 1 | 544 | 136 | 126 |
| Binary | 11111101 | 10111010 | 10111110 | 0 | 11010 | 11001 | 1 | 101100100 | 1011110 | 1010110 |
Color Harmonies of #FDBABE
Complementary color
Monochromatic Colors of #FDBABE
Black with #FDBABE
Text Example
Text Example
White with #FDBABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBABE; }
p { color: rgb(253,186,190); }
H1.HeaderClassName
{
color: #FDBABE;
}
.AnyTagClassName
{
color: #FDBABE;
}
</style>
background-color css
<style>
a { background-color: #FDBABE; }
a { background-color: rgb(253,186,190); }
div.DivClassName
{
background-color: #FDBABE;
}
.BgClassName
{
background-color: #FDBABE;
}
</style>
border-color css
<style>
span { border-color: #FDBABE; }
span { border-color: rgb(253,186,190); }
td.TdClassName
{
border-color: #FDBABE;
}
.TagClassName
{
border-color: #FDBABE;
}
</style>