Shades of Light Pink #FAAEBD
Tints of Light Pink #FAAEBD
RGB
CMYK
RGB Variations
Color information
#FAAEBD (or 0xFAAEBD) is known color: Light Pink. HEX triplet: FA, AE and BD. RGB value is (250,174,189). Sum of RGB (Red+Green+Blue) = 250+174+189=613 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.78% from 613); Green value is 174 (68.36% from 255 or 28.38% from 613); Blue value is 189 (74.22% from 255 or 30.83% from 613); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAEBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAEBD is #055142. Grayscale: #C6C6C6. Windows color (decimal): -348483 or 12431098. OLE color: 12431098.
HSL color Cylindrical-coordinate representation of color #FAAEBD: hue angle of 348.16º 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 #FAAEBD is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 174 | 189 | - |
| CMYK | 0 | 0.30 | 0.24 | 0.02 |
| HSL | 348.16º | 0.88% | 0.83% | - |
| HSV(B) | 348.16º | 0.3% | 0.98% | - |
| XYZ | 63.75 | 54.27 | 55.26 | - |
| YUV | 198.43 | 122.68 | 164.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 174 | 189 | 0 | 0.30 | 0.24 | 0.02 | 348.16 | 0.88 | 0.83 |
| Hex | FA | AE | BD | 0 | 1E | 18 | 2 | 15C | 58 | 53 |
| Octal | 372 | 256 | 275 | 0 | 36 | 30 | 2 | 534 | 130 | 123 |
| Binary | 11111010 | 10101110 | 10111101 | 0 | 11110 | 11000 | 10 | 101011100 | 1011000 | 1010011 |
Color Harmonies of #FAAEBD
Complementary color
Monochromatic Colors of #FAAEBD
Black with #FAAEBD
Text Example
Text Example
White with #FAAEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAEBD; }
p { color: rgb(250,174,189); }
H1.HeaderClassName
{
color: #FAAEBD;
}
.AnyTagClassName
{
color: #FAAEBD;
}
</style>
background-color css
<style>
a { background-color: #FAAEBD; }
a { background-color: rgb(250,174,189); }
div.DivClassName
{
background-color: #FAAEBD;
}
.BgClassName
{
background-color: #FAAEBD;
}
</style>
border-color css
<style>
span { border-color: #FAAEBD; }
span { border-color: rgb(250,174,189); }
td.TdClassName
{
border-color: #FAAEBD;
}
.TagClassName
{
border-color: #FAAEBD;
}
</style>