Shades of Light Pink #FAAEBE
Tints of Light Pink #FAAEBE
RGB
CMYK
RGB Variations
Color information
#FAAEBE (or 0xFAAEBE) is known color: Light Pink. HEX triplet: FA, AE and BE. RGB value is (250,174,190). Sum of RGB (Red+Green+Blue) = 250+174+190=614 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.72% from 614); Green value is 174 (68.36% from 255 or 28.34% from 614); Blue value is 190 (74.61% from 255 or 30.94% from 614); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAEBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAEBE is #055141. Grayscale: #C6C6C6. Windows color (decimal): -348482 or 12496634. OLE color: 12496634.
HSL color Cylindrical-coordinate representation of color #FAAEBE: hue angle of 347.37º 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 #FAAEBE is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 174 | 190 | - |
| CMYK | 0 | 0.30 | 0.24 | 0.02 |
| HSL | 347.37º | 0.88% | 0.83% | - |
| HSV(B) | 347.37º | 0.3% | 0.98% | - |
| XYZ | 63.85 | 54.31 | 55.83 | - |
| YUV | 198.55 | 123.18 | 164.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 174 | 190 | 0 | 0.30 | 0.24 | 0.02 | 347.37 | 0.88 | 0.83 |
| Hex | FA | AE | BE | 0 | 1E | 18 | 2 | 15B | 58 | 53 |
| Octal | 372 | 256 | 276 | 0 | 36 | 30 | 2 | 533 | 130 | 123 |
| Binary | 11111010 | 10101110 | 10111110 | 0 | 11110 | 11000 | 10 | 101011011 | 1011000 | 1010011 |
Color Harmonies of #FAAEBE
Complementary color
Monochromatic Colors of #FAAEBE
Black with #FAAEBE
Text Example
Text Example
White with #FAAEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAEBE; }
p { color: rgb(250,174,190); }
H1.HeaderClassName
{
color: #FAAEBE;
}
.AnyTagClassName
{
color: #FAAEBE;
}
</style>
background-color css
<style>
a { background-color: #FAAEBE; }
a { background-color: rgb(250,174,190); }
div.DivClassName
{
background-color: #FAAEBE;
}
.BgClassName
{
background-color: #FAAEBE;
}
</style>
border-color css
<style>
span { border-color: #FAAEBE; }
span { border-color: rgb(250,174,190); }
td.TdClassName
{
border-color: #FAAEBE;
}
.TagClassName
{
border-color: #FAAEBE;
}
</style>