Shades of Light Pink #FAAFB6
Tints of Light Pink #FAAFB6
RGB
CMYK
RGB Variations
Color information
#FAAFB6 (or 0xFAAFB6) is known color: Light Pink. HEX triplet: FA, AF and B6. RGB value is (250,175,182). Sum of RGB (Red+Green+Blue) = 250+175+182=607 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.19% from 607); Green value is 175 (68.75% from 255 or 28.83% from 607); Blue value is 182 (71.48% from 255 or 29.98% from 607); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAFB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAFB6 is #055049. Grayscale: #C6C6C6. Windows color (decimal): -348234 or 11972602. OLE color: 11972602.
HSL color Cylindrical-coordinate representation of color #FAAFB6: hue angle of 354.4º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FAAFB6 is Cyan = 0, Magento = 0.3, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 175 | 182 | - |
| CMYK | 0 | 0.3 | 0.27 | 0.02 |
| HSL | 354.4º | 0.88% | 0.83% | - |
| HSV(B) | 354.4º | 0.3% | 0.98% | - |
| XYZ | 63.2 | 54.36 | 51.42 | - |
| YUV | 198.22 | 118.85 | 164.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 175 | 182 | 0 | 0.3 | 0.27 | 0.02 | 354.4 | 0.88 | 0.83 |
| Hex | FA | AF | B6 | 0 | 1E | 1B | 2 | 162 | 58 | 53 |
| Octal | 372 | 257 | 266 | 0 | 36 | 33 | 2 | 542 | 130 | 123 |
| Binary | 11111010 | 10101111 | 10110110 | 0 | 11110 | 11011 | 10 | 101100010 | 1011000 | 1010011 |
Color Harmonies of #FAAFB6
Complementary color
Monochromatic Colors of #FAAFB6
Black with #FAAFB6
Text Example
Text Example
White with #FAAFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAFB6; }
p { color: rgb(250,175,182); }
H1.HeaderClassName
{
color: #FAAFB6;
}
.AnyTagClassName
{
color: #FAAFB6;
}
</style>
background-color css
<style>
a { background-color: #FAAFB6; }
a { background-color: rgb(250,175,182); }
div.DivClassName
{
background-color: #FAAFB6;
}
.BgClassName
{
background-color: #FAAFB6;
}
</style>
border-color css
<style>
span { border-color: #FAAFB6; }
span { border-color: rgb(250,175,182); }
td.TdClassName
{
border-color: #FAAFB6;
}
.TagClassName
{
border-color: #FAAFB6;
}
</style>