Shades of Light Pink #FAAEB3
Tints of Light Pink #FAAEB3
RGB
CMYK
RGB Variations
Color information
#FAAEB3 (or 0xFAAEB3) is known color: Light Pink. HEX triplet: FA, AE and B3. RGB value is (250,174,179). Sum of RGB (Red+Green+Blue) = 250+174+179=603 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.46% from 603); Green value is 174 (68.36% from 255 or 28.86% from 603); Blue value is 179 (70.31% from 255 or 29.68% from 603); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAEB3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAEB3 is #05514C. Grayscale: #C5C5C5. Windows color (decimal): -348493 or 11775738. OLE color: 11775738.
HSL color Cylindrical-coordinate representation of color #FAAEB3: hue angle of 356.05º 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 #FAAEB3 is Cyan = 0, Magento = 0.30, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 174 | 179 | - |
| CMYK | 0 | 0.30 | 0.28 | 0.02 |
| HSL | 356.05º | 0.88% | 0.83% | - |
| HSV(B) | 356.05º | 0.3% | 0.98% | - |
| XYZ | 62.7 | 53.85 | 49.74 | - |
| YUV | 197.29 | 117.68 | 165.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 174 | 179 | 0 | 0.30 | 0.28 | 0.02 | 356.05 | 0.88 | 0.83 |
| Hex | FA | AE | B3 | 0 | 1E | 1C | 2 | 164 | 58 | 53 |
| Octal | 372 | 256 | 263 | 0 | 36 | 34 | 2 | 544 | 130 | 123 |
| Binary | 11111010 | 10101110 | 10110011 | 0 | 11110 | 11100 | 10 | 101100100 | 1011000 | 1010011 |
Color Harmonies of #FAAEB3
Complementary color
Monochromatic Colors of #FAAEB3
Black with #FAAEB3
Text Example
Text Example
White with #FAAEB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAEB3; }
p { color: rgb(250,174,179); }
H1.HeaderClassName
{
color: #FAAEB3;
}
.AnyTagClassName
{
color: #FAAEB3;
}
</style>
background-color css
<style>
a { background-color: #FAAEB3; }
a { background-color: rgb(250,174,179); }
div.DivClassName
{
background-color: #FAAEB3;
}
.BgClassName
{
background-color: #FAAEB3;
}
</style>
border-color css
<style>
span { border-color: #FAAEB3; }
span { border-color: rgb(250,174,179); }
td.TdClassName
{
border-color: #FAAEB3;
}
.TagClassName
{
border-color: #FAAEB3;
}
</style>