Shades of Light Pink #FAACAE
Tints of Light Pink #FAACAE
RGB
CMYK
RGB Variations
Color information
#FAACAE (or 0xFAACAE) is known color: Light Pink. HEX triplet: FA, AC and AE. RGB value is (250,172,174). Sum of RGB (Red+Green+Blue) = 250+172+174=596 (78% of max value = 765). Red value is 250 (98.05% from 255 or 41.95% from 596); Green value is 172 (67.58% from 255 or 28.86% from 596); Blue value is 174 (68.36% from 255 or 29.19% from 596); Max value from RGB is 250 - color contains mainly: red. Hex color #FAACAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAACAE is #055351. Grayscale: #C3C3C3. Windows color (decimal): -349010 or 11447546. OLE color: 11447546.
HSL color Cylindrical-coordinate representation of color #FAACAE: hue angle of 358.46º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FAACAE is Cyan = 0, Magento = 0.31, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 172 | 174 | - |
| CMYK | 0 | 0.31 | 0.30 | 0.02 |
| HSL | 358.46º | 0.89% | 0.83% | - |
| HSV(B) | 358.46º | 0.31% | 0.98% | - |
| XYZ | 61.82 | 52.89 | 46.99 | - |
| YUV | 195.55 | 115.84 | 166.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 172 | 174 | 0 | 0.31 | 0.30 | 0.02 | 358.46 | 0.89 | 0.83 |
| Hex | FA | AC | AE | 0 | 1F | 1E | 2 | 166 | 59 | 53 |
| Octal | 372 | 254 | 256 | 0 | 37 | 36 | 2 | 546 | 131 | 123 |
| Binary | 11111010 | 10101100 | 10101110 | 0 | 11111 | 11110 | 10 | 101100110 | 1011001 | 1010011 |
Color Harmonies of #FAACAE
Complementary color
Monochromatic Colors of #FAACAE
Black with #FAACAE
Text Example
Text Example
White with #FAACAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAACAE; }
p { color: rgb(250,172,174); }
H1.HeaderClassName
{
color: #FAACAE;
}
.AnyTagClassName
{
color: #FAACAE;
}
</style>
background-color css
<style>
a { background-color: #FAACAE; }
a { background-color: rgb(250,172,174); }
div.DivClassName
{
background-color: #FAACAE;
}
.BgClassName
{
background-color: #FAACAE;
}
</style>
border-color css
<style>
span { border-color: #FAACAE; }
span { border-color: rgb(250,172,174); }
td.TdClassName
{
border-color: #FAACAE;
}
.TagClassName
{
border-color: #FAACAE;
}
</style>