Shades of Light Pink #FAAFBB
Tints of Light Pink #FAAFBB
RGB
CMYK
RGB Variations
Color information
#FAAFBB (or 0xFAAFBB) is known color: Light Pink. HEX triplet: FA, AF and BB. RGB value is (250,175,187). Sum of RGB (Red+Green+Blue) = 250+175+187=612 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.85% from 612); Green value is 175 (68.75% from 255 or 28.59% from 612); Blue value is 187 (73.44% from 255 or 30.56% from 612); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAFBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAFBB is #055044. Grayscale: #C6C6C6. Windows color (decimal): -348229 or 12300282. OLE color: 12300282.
HSL color Cylindrical-coordinate representation of color #FAAFBB: hue angle of 350.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 #FAAFBB is Cyan = 0, Magento = 0.3, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 175 | 187 | - |
| CMYK | 0 | 0.3 | 0.25 | 0.02 |
| HSL | 350.4º | 0.88% | 0.83% | - |
| HSV(B) | 350.4º | 0.3% | 0.98% | - |
| XYZ | 63.72 | 54.57 | 54.19 | - |
| YUV | 198.79 | 121.35 | 164.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 175 | 187 | 0 | 0.3 | 0.25 | 0.02 | 350.4 | 0.88 | 0.83 |
| Hex | FA | AF | BB | 0 | 1E | 19 | 2 | 15E | 58 | 53 |
| Octal | 372 | 257 | 273 | 0 | 36 | 31 | 2 | 536 | 130 | 123 |
| Binary | 11111010 | 10101111 | 10111011 | 0 | 11110 | 11001 | 10 | 101011110 | 1011000 | 1010011 |
Color Harmonies of #FAAFBB
Complementary color
Monochromatic Colors of #FAAFBB
Black with #FAAFBB
Text Example
Text Example
White with #FAAFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAFBB; }
p { color: rgb(250,175,187); }
H1.HeaderClassName
{
color: #FAAFBB;
}
.AnyTagClassName
{
color: #FAAFBB;
}
</style>
background-color css
<style>
a { background-color: #FAAFBB; }
a { background-color: rgb(250,175,187); }
div.DivClassName
{
background-color: #FAAFBB;
}
.BgClassName
{
background-color: #FAAFBB;
}
</style>
border-color css
<style>
span { border-color: #FAAFBB; }
span { border-color: rgb(250,175,187); }
td.TdClassName
{
border-color: #FAAFBB;
}
.TagClassName
{
border-color: #FAAFBB;
}
</style>