Shades of Light Pink #FAADB7
Tints of Light Pink #FAADB7
RGB
CMYK
RGB Variations
Color information
#FAADB7 (or 0xFAADB7) is known color: Light Pink. HEX triplet: FA, AD and B7. RGB value is (250,173,183). Sum of RGB (Red+Green+Blue) = 250+173+183=606 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.25% from 606); Green value is 173 (67.97% from 255 or 28.55% from 606); Blue value is 183 (71.88% from 255 or 30.20% from 606); Max value from RGB is 250 - color contains mainly: red. Hex color #FAADB7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAADB7 is #055248. Grayscale: #C5C5C5. Windows color (decimal): -348745 or 12037626. OLE color: 12037626.
HSL color Cylindrical-coordinate representation of color #FAADB7: hue angle of 352.21º 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 #FAADB7 is Cyan = 0, Magento = 0.31, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 173 | 183 | - |
| CMYK | 0 | 0.31 | 0.27 | 0.02 |
| HSL | 352.21º | 0.89% | 0.83% | - |
| HSV(B) | 352.21º | 0.31% | 0.98% | - |
| XYZ | 62.92 | 53.63 | 51.84 | - |
| YUV | 197.16 | 120.01 | 165.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 173 | 183 | 0 | 0.31 | 0.27 | 0.02 | 352.21 | 0.89 | 0.83 |
| Hex | FA | AD | B7 | 0 | 1F | 1B | 2 | 160 | 59 | 53 |
| Octal | 372 | 255 | 267 | 0 | 37 | 33 | 2 | 540 | 131 | 123 |
| Binary | 11111010 | 10101101 | 10110111 | 0 | 11111 | 11011 | 10 | 101100000 | 1011001 | 1010011 |
Color Harmonies of #FAADB7
Complementary color
Monochromatic Colors of #FAADB7
Black with #FAADB7
Text Example
Text Example
White with #FAADB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAADB7; }
p { color: rgb(250,173,183); }
H1.HeaderClassName
{
color: #FAADB7;
}
.AnyTagClassName
{
color: #FAADB7;
}
</style>
background-color css
<style>
a { background-color: #FAADB7; }
a { background-color: rgb(250,173,183); }
div.DivClassName
{
background-color: #FAADB7;
}
.BgClassName
{
background-color: #FAADB7;
}
</style>
border-color css
<style>
span { border-color: #FAADB7; }
span { border-color: rgb(250,173,183); }
td.TdClassName
{
border-color: #FAADB7;
}
.TagClassName
{
border-color: #FAADB7;
}
</style>