Shades of Light Pink #FDADBA
Tints of Light Pink #FDADBA
RGB
CMYK
RGB Variations
Color information
#FDADBA (or 0xFDADBA) is known color: Light Pink. HEX triplet: FD, AD and BA. RGB value is (253,173,186). Sum of RGB (Red+Green+Blue) = 253+173+186=612 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.34% from 612); Green value is 173 (67.97% from 255 or 28.27% from 612); Blue value is 186 (73.05% from 255 or 30.39% from 612); Max value from RGB is 253 - color contains mainly: red. Hex color #FDADBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDADBA is #025245. Grayscale: #C6C6C6. Windows color (decimal): -152134 or 12234237. OLE color: 12234237.
HSL color Cylindrical-coordinate representation of color #FDADBA: hue angle of 350.25º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FDADBA is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 173 | 186 | - |
| CMYK | 0 | 0.32 | 0.26 | 0.01 |
| HSL | 350.25º | 0.95% | 0.84% | - |
| HSV(B) | 350.25º | 0.32% | 0.99% | - |
| XYZ | 64.31 | 54.31 | 53.55 | - |
| YUV | 198.4 | 121 | 166.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 173 | 186 | 0 | 0.32 | 0.26 | 0.01 | 350.25 | 0.95 | 0.84 |
| Hex | FD | AD | BA | 0 | 20 | 1A | 1 | 15E | 5F | 54 |
| Octal | 375 | 255 | 272 | 0 | 40 | 32 | 1 | 536 | 137 | 124 |
| Binary | 11111101 | 10101101 | 10111010 | 0 | 100000 | 11010 | 1 | 101011110 | 1011111 | 1010100 |
Color Harmonies of #FDADBA
Complementary color
Monochromatic Colors of #FDADBA
Black with #FDADBA
Text Example
Text Example
White with #FDADBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDADBA; }
p { color: rgb(253,173,186); }
H1.HeaderClassName
{
color: #FDADBA;
}
.AnyTagClassName
{
color: #FDADBA;
}
</style>
background-color css
<style>
a { background-color: #FDADBA; }
a { background-color: rgb(253,173,186); }
div.DivClassName
{
background-color: #FDADBA;
}
.BgClassName
{
background-color: #FDADBA;
}
</style>
border-color css
<style>
span { border-color: #FDADBA; }
span { border-color: rgb(253,173,186); }
td.TdClassName
{
border-color: #FDADBA;
}
.TagClassName
{
border-color: #FDADBA;
}
</style>