Shades of Light Pink #FAADAF
Tints of Light Pink #FAADAF
RGB
CMYK
RGB Variations
Color information
#FAADAF (or 0xFAADAF) is known color: Light Pink. HEX triplet: FA, AD and AF. RGB value is (250,173,175). Sum of RGB (Red+Green+Blue) = 250+173+175=598 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.81% from 598); Green value is 173 (67.97% from 255 or 28.93% from 598); Blue value is 175 (68.75% from 255 or 29.26% from 598); Max value from RGB is 250 - color contains mainly: red. Hex color #FAADAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAADAF is #055250. Grayscale: #C4C4C4. Windows color (decimal): -348753 or 11513338. OLE color: 11513338.
HSL color Cylindrical-coordinate representation of color #FAADAF: hue angle of 358.44º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FAADAF is Cyan = 0, Magento = 0.31, Yellow = 0.3 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 173 | 175 | - |
| CMYK | 0 | 0.31 | 0.3 | 0.02 |
| HSL | 358.44º | 0.89% | 0.83% | - |
| HSV(B) | 358.44º | 0.31% | 0.98% | - |
| XYZ | 62.11 | 53.31 | 47.57 | - |
| YUV | 196.25 | 116.01 | 166.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 173 | 175 | 0 | 0.31 | 0.3 | 0.02 | 358.44 | 0.89 | 0.83 |
| Hex | FA | AD | AF | 0 | 1F | 1E | 2 | 166 | 59 | 53 |
| Octal | 372 | 255 | 257 | 0 | 37 | 36 | 2 | 546 | 131 | 123 |
| Binary | 11111010 | 10101101 | 10101111 | 0 | 11111 | 11110 | 10 | 101100110 | 1011001 | 1010011 |
Color Harmonies of #FAADAF
Complementary color
Monochromatic Colors of #FAADAF
Black with #FAADAF
Text Example
Text Example
White with #FAADAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAADAF; }
p { color: rgb(250,173,175); }
H1.HeaderClassName
{
color: #FAADAF;
}
.AnyTagClassName
{
color: #FAADAF;
}
</style>
background-color css
<style>
a { background-color: #FAADAF; }
a { background-color: rgb(250,173,175); }
div.DivClassName
{
background-color: #FAADAF;
}
.BgClassName
{
background-color: #FAADAF;
}
</style>
border-color css
<style>
span { border-color: #FAADAF; }
span { border-color: rgb(250,173,175); }
td.TdClassName
{
border-color: #FAADAF;
}
.TagClassName
{
border-color: #FAADAF;
}
</style>