Shades of Light Pink #FAADB6
Tints of Light Pink #FAADB6
RGB
CMYK
RGB Variations
Color information
#FAADB6 (or 0xFAADB6) is known color: Light Pink. HEX triplet: FA, AD and B6. RGB value is (250,173,182). Sum of RGB (Red+Green+Blue) = 250+173+182=605 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.32% from 605); Green value is 173 (67.97% from 255 or 28.60% from 605); Blue value is 182 (71.48% from 255 or 30.08% from 605); Max value from RGB is 250 - color contains mainly: red. Hex color #FAADB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAADB6 is #055249. Grayscale: #C5C5C5. Windows color (decimal): -348746 or 11972090. OLE color: 11972090.
HSL color Cylindrical-coordinate representation of color #FAADB6: hue angle of 352.99º 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 #FAADB6 is Cyan = 0, Magento = 0.31, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 173 | 182 | - |
| CMYK | 0 | 0.31 | 0.27 | 0.02 |
| HSL | 352.99º | 0.89% | 0.83% | - |
| HSV(B) | 352.99º | 0.31% | 0.98% | - |
| XYZ | 62.81 | 53.59 | 51.29 | - |
| YUV | 197.05 | 119.51 | 165.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 173 | 182 | 0 | 0.31 | 0.27 | 0.02 | 352.99 | 0.89 | 0.83 |
| Hex | FA | AD | B6 | 0 | 1F | 1B | 2 | 161 | 59 | 53 |
| Octal | 372 | 255 | 266 | 0 | 37 | 33 | 2 | 541 | 131 | 123 |
| Binary | 11111010 | 10101101 | 10110110 | 0 | 11111 | 11011 | 10 | 101100001 | 1011001 | 1010011 |
Color Harmonies of #FAADB6
Complementary color
Monochromatic Colors of #FAADB6
Black with #FAADB6
Text Example
Text Example
White with #FAADB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAADB6; }
p { color: rgb(250,173,182); }
H1.HeaderClassName
{
color: #FAADB6;
}
.AnyTagClassName
{
color: #FAADB6;
}
</style>
background-color css
<style>
a { background-color: #FAADB6; }
a { background-color: rgb(250,173,182); }
div.DivClassName
{
background-color: #FAADB6;
}
.BgClassName
{
background-color: #FAADB6;
}
</style>
border-color css
<style>
span { border-color: #FAADB6; }
span { border-color: rgb(250,173,182); }
td.TdClassName
{
border-color: #FAADB6;
}
.TagClassName
{
border-color: #FAADB6;
}
</style>