Shades of Light Pink #FDABB7
Tints of Light Pink #FDABB7
RGB
CMYK
RGB Variations
Color information
#FDABB7 (or 0xFDABB7) is known color: Light Pink. HEX triplet: FD, AB and B7. RGB value is (253,171,183). Sum of RGB (Red+Green+Blue) = 253+171+183=607 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.68% from 607); Green value is 171 (67.19% from 255 or 28.17% from 607); Blue value is 183 (71.88% from 255 or 30.15% from 607); Max value from RGB is 253 - color contains mainly: red. Hex color #FDABB7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDABB7 is #025448. Grayscale: #C4C4C4. Windows color (decimal): -152649 or 12037117. OLE color: 12037117.
HSL color Cylindrical-coordinate representation of color #FDABB7: hue angle of 351.22º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FDABB7 is Cyan = 0, Magento = 0.32, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 171 | 183 | - |
| CMYK | 0 | 0.32 | 0.28 | 0.01 |
| HSL | 351.22º | 0.95% | 0.83% | - |
| HSV(B) | 351.22º | 0.32% | 0.99% | - |
| XYZ | 63.62 | 53.43 | 51.76 | - |
| YUV | 196.89 | 120.17 | 168.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 171 | 183 | 0 | 0.32 | 0.28 | 0.01 | 351.22 | 0.95 | 0.83 |
| Hex | FD | AB | B7 | 0 | 20 | 1C | 1 | 15F | 5F | 53 |
| Octal | 375 | 253 | 267 | 0 | 40 | 34 | 1 | 537 | 137 | 123 |
| Binary | 11111101 | 10101011 | 10110111 | 0 | 100000 | 11100 | 1 | 101011111 | 1011111 | 1010011 |
Color Harmonies of #FDABB7
Complementary color
Monochromatic Colors of #FDABB7
Black with #FDABB7
Text Example
Text Example
White with #FDABB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDABB7; }
p { color: rgb(253,171,183); }
H1.HeaderClassName
{
color: #FDABB7;
}
.AnyTagClassName
{
color: #FDABB7;
}
</style>
background-color css
<style>
a { background-color: #FDABB7; }
a { background-color: rgb(253,171,183); }
div.DivClassName
{
background-color: #FDABB7;
}
.BgClassName
{
background-color: #FDABB7;
}
</style>
border-color css
<style>
span { border-color: #FDABB7; }
span { border-color: rgb(253,171,183); }
td.TdClassName
{
border-color: #FDABB7;
}
.TagClassName
{
border-color: #FDABB7;
}
</style>