Shades of Light Pink #FAADB2
Tints of Light Pink #FAADB2
RGB
CMYK
RGB Variations
Color information
#FAADB2 (or 0xFAADB2) is known color: Light Pink. HEX triplet: FA, AD and B2. RGB value is (250,173,178). Sum of RGB (Red+Green+Blue) = 250+173+178=601 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.60% from 601); Green value is 173 (67.97% from 255 or 28.79% from 601); Blue value is 178 (69.92% from 255 or 29.62% from 601); Max value from RGB is 250 - color contains mainly: red. Hex color #FAADB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAADB2 is #05524D. Grayscale: #C4C4C4. Windows color (decimal): -348750 or 11709946. OLE color: 11709946.
HSL color Cylindrical-coordinate representation of color #FAADB2: hue angle of 356.1º 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 #FAADB2 is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 173 | 178 | - |
| CMYK | 0 | 0.31 | 0.29 | 0.02 |
| HSL | 356.1º | 0.89% | 0.83% | - |
| HSV(B) | 356.1º | 0.31% | 0.98% | - |
| XYZ | 62.4 | 53.43 | 49.14 | - |
| YUV | 196.59 | 117.51 | 166.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 173 | 178 | 0 | 0.31 | 0.29 | 0.02 | 356.1 | 0.89 | 0.83 |
| Hex | FA | AD | B2 | 0 | 1F | 1D | 2 | 164 | 59 | 53 |
| Octal | 372 | 255 | 262 | 0 | 37 | 35 | 2 | 544 | 131 | 123 |
| Binary | 11111010 | 10101101 | 10110010 | 0 | 11111 | 11101 | 10 | 101100100 | 1011001 | 1010011 |
Color Harmonies of #FAADB2
Complementary color
Monochromatic Colors of #FAADB2
Black with #FAADB2
Text Example
Text Example
White with #FAADB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAADB2; }
p { color: rgb(250,173,178); }
H1.HeaderClassName
{
color: #FAADB2;
}
.AnyTagClassName
{
color: #FAADB2;
}
</style>
background-color css
<style>
a { background-color: #FAADB2; }
a { background-color: rgb(250,173,178); }
div.DivClassName
{
background-color: #FAADB2;
}
.BgClassName
{
background-color: #FAADB2;
}
</style>
border-color css
<style>
span { border-color: #FAADB2; }
span { border-color: rgb(250,173,178); }
td.TdClassName
{
border-color: #FAADB2;
}
.TagClassName
{
border-color: #FAADB2;
}
</style>