Shades of Light Pink #FDADB8
Tints of Light Pink #FDADB8
RGB
CMYK
RGB Variations
Color information
#FDADB8 (or 0xFDADB8) is known color: Light Pink. HEX triplet: FD, AD and B8. RGB value is (253,173,184). Sum of RGB (Red+Green+Blue) = 253+173+184=610 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.48% from 610); Green value is 173 (67.97% from 255 or 28.36% from 610); Blue value is 184 (72.27% from 255 or 30.16% from 610); Max value from RGB is 253 - color contains mainly: red. Hex color #FDADB8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDADB8 is #025247. Grayscale: #C6C6C6. Windows color (decimal): -152136 or 12103165. OLE color: 12103165.
HSL color Cylindrical-coordinate representation of color #FDADB8: hue angle of 351.75º 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 #FDADB8 is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 173 | 184 | - |
| CMYK | 0 | 0.32 | 0.27 | 0.01 |
| HSL | 351.75º | 0.95% | 0.84% | - |
| HSV(B) | 351.75º | 0.32% | 0.99% | - |
| XYZ | 64.1 | 54.23 | 52.44 | - |
| YUV | 198.17 | 120 | 167.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 173 | 184 | 0 | 0.32 | 0.27 | 0.01 | 351.75 | 0.95 | 0.84 |
| Hex | FD | AD | B8 | 0 | 20 | 1B | 1 | 160 | 5F | 54 |
| Octal | 375 | 255 | 270 | 0 | 40 | 33 | 1 | 540 | 137 | 124 |
| Binary | 11111101 | 10101101 | 10111000 | 0 | 100000 | 11011 | 1 | 101100000 | 1011111 | 1010100 |
Color Harmonies of #FDADB8
Complementary color
Monochromatic Colors of #FDADB8
Black with #FDADB8
Text Example
Text Example
White with #FDADB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDADB8; }
p { color: rgb(253,173,184); }
H1.HeaderClassName
{
color: #FDADB8;
}
.AnyTagClassName
{
color: #FDADB8;
}
</style>
background-color css
<style>
a { background-color: #FDADB8; }
a { background-color: rgb(253,173,184); }
div.DivClassName
{
background-color: #FDADB8;
}
.BgClassName
{
background-color: #FDADB8;
}
</style>
border-color css
<style>
span { border-color: #FDADB8; }
span { border-color: rgb(253,173,184); }
td.TdClassName
{
border-color: #FDADB8;
}
.TagClassName
{
border-color: #FDADB8;
}
</style>