Shades of Light Pink #FDADB5
Tints of Light Pink #FDADB5
RGB
CMYK
RGB Variations
Color information
#FDADB5 (or 0xFDADB5) is known color: Light Pink. HEX triplet: FD, AD and B5. RGB value is (253,173,181). Sum of RGB (Red+Green+Blue) = 253+173+181=607 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.68% from 607); Green value is 173 (67.97% from 255 or 28.50% from 607); Blue value is 181 (71.09% from 255 or 29.82% from 607); Max value from RGB is 253 - color contains mainly: red. Hex color #FDADB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDADB5 is #02524A. Grayscale: #C5C5C5. Windows color (decimal): -152139 or 11906557. OLE color: 11906557.
HSL color Cylindrical-coordinate representation of color #FDADB5: hue angle of 354º 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 #FDADB5 is Cyan = 0, Magento = 0.32, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 173 | 181 | - |
CMYK | 0 | 0.32 | 0.28 | 0.01 |
HSL | 354º | 0.95% | 0.84% | - |
HSV(B) | 354º | 0.32% | 0.99% | - |
XYZ | 63.79 | 54.11 | 50.8 | - |
YUV | 197.83 | 118.5 | 167.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 173 | 181 | 0 | 0.32 | 0.28 | 0.01 | 354 | 0.95 | 0.84 |
Hex | FD | AD | B5 | 0 | 20 | 1C | 1 | 162 | 5F | 54 |
Octal | 375 | 255 | 265 | 0 | 40 | 34 | 1 | 542 | 137 | 124 |
Binary | 11111101 | 10101101 | 10110101 | 0 | 100000 | 11100 | 1 | 101100010 | 1011111 | 1010100 |
Color Harmonies of #FDADB5
Complementary color
Monochromatic Colors of #FDADB5
Black with #FDADB5
Text Example
Text Example
White with #FDADB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDADB5; }
p { color: rgb(253,173,181); }
H1.HeaderClassName
{
color: #FDADB5;
}
.AnyTagClassName
{
color: #FDADB5;
}
</style>
background-color css
<style>
a { background-color: #FDADB5; }
a { background-color: rgb(253,173,181); }
div.DivClassName
{
background-color: #FDADB5;
}
.BgClassName
{
background-color: #FDADB5;
}
</style>
border-color css
<style>
span { border-color: #FDADB5; }
span { border-color: rgb(253,173,181); }
td.TdClassName
{
border-color: #FDADB5;
}
.TagClassName
{
border-color: #FDADB5;
}
</style>