Shades of Light Pink #FDABAF
Tints of Light Pink #FDABAF
RGB
CMYK
RGB Variations
Color information
#FDABAF (or 0xFDABAF) is known color: Light Pink. HEX triplet: FD, AB and AF. RGB value is (253,171,175). Sum of RGB (Red+Green+Blue) = 253+171+175=599 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.24% from 599); Green value is 171 (67.19% from 255 or 28.55% from 599); Blue value is 175 (68.75% from 255 or 29.22% from 599); Max value from RGB is 253 - color contains mainly: red. Hex color #FDABAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDABAF is #025450. Grayscale: #C4C4C4. Windows color (decimal): -152657 or 11512829. OLE color: 11512829.
HSL color Cylindrical-coordinate representation of color #FDABAF: hue angle of 357.07º 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 #FDABAF is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 171 | 175 | - |
| CMYK | 0 | 0.32 | 0.31 | 0.01 |
| HSL | 357.07º | 0.95% | 0.83% | - |
| HSV(B) | 357.07º | 0.32% | 0.99% | - |
| XYZ | 62.81 | 53.1 | 47.5 | - |
| YUV | 195.97 | 116.17 | 168.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 171 | 175 | 0 | 0.32 | 0.31 | 0.01 | 357.07 | 0.95 | 0.83 |
| Hex | FD | AB | AF | 0 | 20 | 1F | 1 | 165 | 5F | 53 |
| Octal | 375 | 253 | 257 | 0 | 40 | 37 | 1 | 545 | 137 | 123 |
| Binary | 11111101 | 10101011 | 10101111 | 0 | 100000 | 11111 | 1 | 101100101 | 1011111 | 1010011 |
Color Harmonies of #FDABAF
Complementary color
Monochromatic Colors of #FDABAF
Black with #FDABAF
Text Example
Text Example
White with #FDABAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDABAF; }
p { color: rgb(253,171,175); }
H1.HeaderClassName
{
color: #FDABAF;
}
.AnyTagClassName
{
color: #FDABAF;
}
</style>
background-color css
<style>
a { background-color: #FDABAF; }
a { background-color: rgb(253,171,175); }
div.DivClassName
{
background-color: #FDABAF;
}
.BgClassName
{
background-color: #FDABAF;
}
</style>
border-color css
<style>
span { border-color: #FDABAF; }
span { border-color: rgb(253,171,175); }
td.TdClassName
{
border-color: #FDABAF;
}
.TagClassName
{
border-color: #FDABAF;
}
</style>