Shades of Light Pink #FAAEB2
Tints of Light Pink #FAAEB2
RGB
CMYK
RGB Variations
Color information
#FAAEB2 (or 0xFAAEB2) is known color: Light Pink. HEX triplet: FA, AE and B2. RGB value is (250,174,178). Sum of RGB (Red+Green+Blue) = 250+174+178=602 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.53% from 602); Green value is 174 (68.36% from 255 or 28.90% from 602); Blue value is 178 (69.92% from 255 or 29.57% from 602); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAEB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAAEB2 is #05514D. Grayscale: #C5C5C5. Windows color (decimal): -348494 or 11710202. OLE color: 11710202.
HSL color Cylindrical-coordinate representation of color #FAAEB2: hue angle of 356.84º 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 #FAAEB2 is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 174 | 178 | - |
| CMYK | 0 | 0.30 | 0.29 | 0.02 |
| HSL | 356.84º | 0.88% | 0.83% | - |
| HSV(B) | 356.84º | 0.3% | 0.98% | - |
| XYZ | 62.6 | 53.81 | 49.21 | - |
| YUV | 197.18 | 117.18 | 165.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 174 | 178 | 0 | 0.30 | 0.29 | 0.02 | 356.84 | 0.88 | 0.83 |
| Hex | FA | AE | B2 | 0 | 1E | 1D | 2 | 165 | 58 | 53 |
| Octal | 372 | 256 | 262 | 0 | 36 | 35 | 2 | 545 | 130 | 123 |
| Binary | 11111010 | 10101110 | 10110010 | 0 | 11110 | 11101 | 10 | 101100101 | 1011000 | 1010011 |
Color Harmonies of #FAAEB2
Complementary color
Monochromatic Colors of #FAAEB2
Black with #FAAEB2
Text Example
Text Example
White with #FAAEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAEB2; }
p { color: rgb(250,174,178); }
H1.HeaderClassName
{
color: #FAAEB2;
}
.AnyTagClassName
{
color: #FAAEB2;
}
</style>
background-color css
<style>
a { background-color: #FAAEB2; }
a { background-color: rgb(250,174,178); }
div.DivClassName
{
background-color: #FAAEB2;
}
.BgClassName
{
background-color: #FAAEB2;
}
</style>
border-color css
<style>
span { border-color: #FAAEB2; }
span { border-color: rgb(250,174,178); }
td.TdClassName
{
border-color: #FAAEB2;
}
.TagClassName
{
border-color: #FAAEB2;
}
</style>