Shades of Light Pink #FAAEB5
Tints of Light Pink #FAAEB5
RGB
CMYK
RGB Variations
Color information
#FAAEB5 (or 0xFAAEB5) is known color: Light Pink. HEX triplet: FA, AE and B5. RGB value is (250,174,181). Sum of RGB (Red+Green+Blue) = 250+174+181=605 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.32% from 605); Green value is 174 (68.36% from 255 or 28.76% from 605); Blue value is 181 (71.09% from 255 or 29.92% from 605); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAEB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAEB5 is #05514A. Grayscale: #C5C5C5. Windows color (decimal): -348491 or 11906810. OLE color: 11906810.
HSL color Cylindrical-coordinate representation of color #FAAEB5: hue angle of 354.47º 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 #FAAEB5 is Cyan = 0, Magento = 0.30, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 174 | 181 | - |
| CMYK | 0 | 0.30 | 0.28 | 0.02 |
| HSL | 354.47º | 0.88% | 0.83% | - |
| HSV(B) | 354.47º | 0.3% | 0.98% | - |
| XYZ | 62.9 | 53.93 | 50.81 | - |
| YUV | 197.52 | 118.68 | 165.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 174 | 181 | 0 | 0.30 | 0.28 | 0.02 | 354.47 | 0.88 | 0.83 |
| Hex | FA | AE | B5 | 0 | 1E | 1C | 2 | 162 | 58 | 53 |
| Octal | 372 | 256 | 265 | 0 | 36 | 34 | 2 | 542 | 130 | 123 |
| Binary | 11111010 | 10101110 | 10110101 | 0 | 11110 | 11100 | 10 | 101100010 | 1011000 | 1010011 |
Color Harmonies of #FAAEB5
Complementary color
Monochromatic Colors of #FAAEB5
Black with #FAAEB5
Text Example
Text Example
White with #FAAEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAEB5; }
p { color: rgb(250,174,181); }
H1.HeaderClassName
{
color: #FAAEB5;
}
.AnyTagClassName
{
color: #FAAEB5;
}
</style>
background-color css
<style>
a { background-color: #FAAEB5; }
a { background-color: rgb(250,174,181); }
div.DivClassName
{
background-color: #FAAEB5;
}
.BgClassName
{
background-color: #FAAEB5;
}
</style>
border-color css
<style>
span { border-color: #FAAEB5; }
span { border-color: rgb(250,174,181); }
td.TdClassName
{
border-color: #FAAEB5;
}
.TagClassName
{
border-color: #FAAEB5;
}
</style>