Shades of Light Pink #FAAFBA
Tints of Light Pink #FAAFBA
RGB
CMYK
RGB Variations
Color information
#FAAFBA (or 0xFAAFBA) is known color: Light Pink. HEX triplet: FA, AF and BA. RGB value is (250,175,186). Sum of RGB (Red+Green+Blue) = 250+175+186=611 (80% of max value = 765). Red value is 250 (98.05% from 255 or 40.92% from 611); Green value is 175 (68.75% from 255 or 28.64% from 611); Blue value is 186 (73.05% from 255 or 30.44% from 611); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAFBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAFBA is #055045. Grayscale: #C6C6C6. Windows color (decimal): -348230 or 12234746. OLE color: 12234746.
HSL color Cylindrical-coordinate representation of color #FAAFBA: hue angle of 351.2º 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 #FAAFBA is Cyan = 0, Magento = 0.3, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 175 | 186 | - |
| CMYK | 0 | 0.3 | 0.26 | 0.02 |
| HSL | 351.2º | 0.88% | 0.83% | - |
| HSV(B) | 351.2º | 0.3% | 0.98% | - |
| XYZ | 63.62 | 54.53 | 53.63 | - |
| YUV | 198.68 | 120.85 | 164.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 175 | 186 | 0 | 0.3 | 0.26 | 0.02 | 351.2 | 0.88 | 0.83 |
| Hex | FA | AF | BA | 0 | 1E | 1A | 2 | 15F | 58 | 53 |
| Octal | 372 | 257 | 272 | 0 | 36 | 32 | 2 | 537 | 130 | 123 |
| Binary | 11111010 | 10101111 | 10111010 | 0 | 11110 | 11010 | 10 | 101011111 | 1011000 | 1010011 |
Color Harmonies of #FAAFBA
Complementary color
Monochromatic Colors of #FAAFBA
Black with #FAAFBA
Text Example
Text Example
White with #FAAFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAFBA; }
p { color: rgb(250,175,186); }
H1.HeaderClassName
{
color: #FAAFBA;
}
.AnyTagClassName
{
color: #FAAFBA;
}
</style>
background-color css
<style>
a { background-color: #FAAFBA; }
a { background-color: rgb(250,175,186); }
div.DivClassName
{
background-color: #FAAFBA;
}
.BgClassName
{
background-color: #FAAFBA;
}
</style>
border-color css
<style>
span { border-color: #FAAFBA; }
span { border-color: rgb(250,175,186); }
td.TdClassName
{
border-color: #FAAFBA;
}
.TagClassName
{
border-color: #FAAFBA;
}
</style>