Shades of Light Pink #FDABB1
Tints of Light Pink #FDABB1
RGB
CMYK
RGB Variations
Color information
#FDABB1 (or 0xFDABB1) is known color: Light Pink. HEX triplet: FD, AB and B1. RGB value is (253,171,177). Sum of RGB (Red+Green+Blue) = 253+171+177=601 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.10% from 601); Green value is 171 (67.19% from 255 or 28.45% from 601); Blue value is 177 (69.53% from 255 or 29.45% from 601); Max value from RGB is 253 - color contains mainly: red. Hex color #FDABB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDABB1 is #02544E. Grayscale: #C4C4C4. Windows color (decimal): -152655 or 11643901. OLE color: 11643901.
HSL color Cylindrical-coordinate representation of color #FDABB1: hue angle of 355.61º 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 #FDABB1 is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 171 | 177 | - |
| CMYK | 0 | 0.32 | 0.30 | 0.01 |
| HSL | 355.61º | 0.95% | 0.83% | - |
| HSV(B) | 355.61º | 0.32% | 0.99% | - |
| XYZ | 63.01 | 53.18 | 48.54 | - |
| YUV | 196.2 | 117.17 | 168.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 171 | 177 | 0 | 0.32 | 0.30 | 0.01 | 355.61 | 0.95 | 0.83 |
| Hex | FD | AB | B1 | 0 | 20 | 1E | 1 | 164 | 5F | 53 |
| Octal | 375 | 253 | 261 | 0 | 40 | 36 | 1 | 544 | 137 | 123 |
| Binary | 11111101 | 10101011 | 10110001 | 0 | 100000 | 11110 | 1 | 101100100 | 1011111 | 1010011 |
Color Harmonies of #FDABB1
Complementary color
Monochromatic Colors of #FDABB1
Black with #FDABB1
Text Example
Text Example
White with #FDABB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDABB1; }
p { color: rgb(253,171,177); }
H1.HeaderClassName
{
color: #FDABB1;
}
.AnyTagClassName
{
color: #FDABB1;
}
</style>
background-color css
<style>
a { background-color: #FDABB1; }
a { background-color: rgb(253,171,177); }
div.DivClassName
{
background-color: #FDABB1;
}
.BgClassName
{
background-color: #FDABB1;
}
</style>
border-color css
<style>
span { border-color: #FDABB1; }
span { border-color: rgb(253,171,177); }
td.TdClassName
{
border-color: #FDABB1;
}
.TagClassName
{
border-color: #FDABB1;
}
</style>