Shades of Light Pink #FDADB1
Tints of Light Pink #FDADB1
RGB
CMYK
RGB Variations
Color information
#FDADB1 (or 0xFDADB1) is known color: Light Pink. HEX triplet: FD, AD and B1. RGB value is (253,173,177). Sum of RGB (Red+Green+Blue) = 253+173+177=603 (79% of max value = 765). Red value is 253 (99.22% from 255 or 41.96% from 603); Green value is 173 (67.97% from 255 or 28.69% from 603); Blue value is 177 (69.53% from 255 or 29.35% from 603); Max value from RGB is 253 - color contains mainly: red. Hex color #FDADB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDADB1 is #02524E. Grayscale: #C5C5C5. Windows color (decimal): -152143 or 11644413. OLE color: 11644413.
HSL color Cylindrical-coordinate representation of color #FDADB1: hue angle of 357º 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 #FDADB1 is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 173 | 177 | - |
| CMYK | 0 | 0.32 | 0.30 | 0.01 |
| HSL | 357º | 0.95% | 0.84% | - |
| HSV(B) | 357º | 0.32% | 0.99% | - |
| XYZ | 63.39 | 53.94 | 48.67 | - |
| YUV | 197.38 | 116.5 | 167.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 173 | 177 | 0 | 0.32 | 0.30 | 0.01 | 357 | 0.95 | 0.84 |
| Hex | FD | AD | B1 | 0 | 20 | 1E | 1 | 165 | 5F | 54 |
| Octal | 375 | 255 | 261 | 0 | 40 | 36 | 1 | 545 | 137 | 124 |
| Binary | 11111101 | 10101101 | 10110001 | 0 | 100000 | 11110 | 1 | 101100101 | 1011111 | 1010100 |
Color Harmonies of #FDADB1
Complementary color
Monochromatic Colors of #FDADB1
Black with #FDADB1
Text Example
Text Example
White with #FDADB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDADB1; }
p { color: rgb(253,173,177); }
H1.HeaderClassName
{
color: #FDADB1;
}
.AnyTagClassName
{
color: #FDADB1;
}
</style>
background-color css
<style>
a { background-color: #FDADB1; }
a { background-color: rgb(253,173,177); }
div.DivClassName
{
background-color: #FDADB1;
}
.BgClassName
{
background-color: #FDADB1;
}
</style>
border-color css
<style>
span { border-color: #FDADB1; }
span { border-color: rgb(253,173,177); }
td.TdClassName
{
border-color: #FDADB1;
}
.TagClassName
{
border-color: #FDADB1;
}
</style>