Shades of Light Pink #FAAEB4
Tints of Light Pink #FAAEB4
RGB
CMYK
RGB Variations
Color information
#FAAEB4 (or 0xFAAEB4) is known color: Light Pink. HEX triplet: FA, AE and B4. RGB value is (250,174,180). Sum of RGB (Red+Green+Blue) = 250+174+180=604 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.39% from 604); Green value is 174 (68.36% from 255 or 28.81% from 604); Blue value is 180 (70.70% from 255 or 29.80% from 604); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAEB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAEB4 is #05514B. Grayscale: #C5C5C5. Windows color (decimal): -348492 or 11841274. OLE color: 11841274.
HSL color Cylindrical-coordinate representation of color #FAAEB4: hue angle of 355.26º 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 #FAAEB4 is Cyan = 0, Magento = 0.30, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 174 | 180 | - |
| CMYK | 0 | 0.30 | 0.28 | 0.02 |
| HSL | 355.26º | 0.88% | 0.83% | - |
| HSV(B) | 355.26º | 0.3% | 0.98% | - |
| XYZ | 62.8 | 53.89 | 50.27 | - |
| YUV | 197.41 | 118.18 | 165.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 174 | 180 | 0 | 0.30 | 0.28 | 0.02 | 355.26 | 0.88 | 0.83 |
| Hex | FA | AE | B4 | 0 | 1E | 1C | 2 | 163 | 58 | 53 |
| Octal | 372 | 256 | 264 | 0 | 36 | 34 | 2 | 543 | 130 | 123 |
| Binary | 11111010 | 10101110 | 10110100 | 0 | 11110 | 11100 | 10 | 101100011 | 1011000 | 1010011 |
Color Harmonies of #FAAEB4
Complementary color
Monochromatic Colors of #FAAEB4
Black with #FAAEB4
Text Example
Text Example
White with #FAAEB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAEB4; }
p { color: rgb(250,174,180); }
H1.HeaderClassName
{
color: #FAAEB4;
}
.AnyTagClassName
{
color: #FAAEB4;
}
</style>
background-color css
<style>
a { background-color: #FAAEB4; }
a { background-color: rgb(250,174,180); }
div.DivClassName
{
background-color: #FAAEB4;
}
.BgClassName
{
background-color: #FAAEB4;
}
</style>
border-color css
<style>
span { border-color: #FAAEB4; }
span { border-color: rgb(250,174,180); }
td.TdClassName
{
border-color: #FAAEB4;
}
.TagClassName
{
border-color: #FAAEB4;
}
</style>