Shades of Light Pink #FDADAF
Tints of Light Pink #FDADAF
RGB
CMYK
RGB Variations
Color information
#FDADAF (or 0xFDADAF) is known color: Light Pink. HEX triplet: FD, AD and AF. RGB value is (253,173,175). Sum of RGB (Red+Green+Blue) = 253+173+175=601 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.10% from 601); Green value is 173 (67.97% from 255 or 28.79% from 601); Blue value is 175 (68.75% from 255 or 29.12% from 601); Max value from RGB is 253 - color contains mainly: red. Hex color #FDADAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDADAF is #025250. Grayscale: #C5C5C5. Windows color (decimal): -152145 or 11513341. OLE color: 11513341.
HSL color Cylindrical-coordinate representation of color #FDADAF: hue angle of 358.5º 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 #FDADAF is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 173 | 175 | - |
| CMYK | 0 | 0.32 | 0.31 | 0.01 |
| HSL | 358.5º | 0.95% | 0.84% | - |
| HSV(B) | 358.5º | 0.32% | 0.99% | - |
| XYZ | 63.19 | 53.86 | 47.62 | - |
| YUV | 197.15 | 115.5 | 167.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 173 | 175 | 0 | 0.32 | 0.31 | 0.01 | 358.5 | 0.95 | 0.84 |
| Hex | FD | AD | AF | 0 | 20 | 1F | 1 | 166 | 5F | 54 |
| Octal | 375 | 255 | 257 | 0 | 40 | 37 | 1 | 546 | 137 | 124 |
| Binary | 11111101 | 10101101 | 10101111 | 0 | 100000 | 11111 | 1 | 101100110 | 1011111 | 1010100 |
Color Harmonies of #FDADAF
Complementary color
Monochromatic Colors of #FDADAF
Black with #FDADAF
Text Example
Text Example
White with #FDADAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDADAF; }
p { color: rgb(253,173,175); }
H1.HeaderClassName
{
color: #FDADAF;
}
.AnyTagClassName
{
color: #FDADAF;
}
</style>
background-color css
<style>
a { background-color: #FDADAF; }
a { background-color: rgb(253,173,175); }
div.DivClassName
{
background-color: #FDADAF;
}
.BgClassName
{
background-color: #FDADAF;
}
</style>
border-color css
<style>
span { border-color: #FDADAF; }
span { border-color: rgb(253,173,175); }
td.TdClassName
{
border-color: #FDADAF;
}
.TagClassName
{
border-color: #FDADAF;
}
</style>