Shades of Rose Bud #FAAEA0
Tints of Rose Bud #FAAEA0
RGB
CMYK
RGB Variations
Color information
#FAAEA0 (or 0xFAAEA0) is known color: Rose Bud. HEX triplet: FA, AE and A0. RGB value is (250,174,160). Sum of RGB (Red+Green+Blue) = 250+174+160=584 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.81% from 584); Green value is 174 (68.36% from 255 or 29.79% from 584); Blue value is 160 (62.89% from 255 or 27.40% from 584); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAEA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAAEA0 is #05515F. Grayscale: #C3C3C3. Windows color (decimal): -348512 or 10530554. OLE color: 10530554.
HSL color Cylindrical-coordinate representation of color #FAAEA0: hue angle of 9.33º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FAAEA0 is Cyan = 0, Magento = 0.30, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 174 | 160 | - |
| CMYK | 0 | 0.30 | 0.36 | 0.02 |
| HSL | 9.33º | 0.9% | 0.8% | - |
| HSV(B) | 9.33º | 0.36% | 0.98% | - |
| XYZ | 60.91 | 53.13 | 40.3 | - |
| YUV | 195.13 | 108.18 | 167.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 174 | 160 | 0 | 0.30 | 0.36 | 0.02 | 9.33 | 0.9 | 0.8 |
| Hex | FA | AE | A0 | 0 | 1E | 24 | 2 | 9 | 5A | 50 |
| Octal | 372 | 256 | 240 | 0 | 36 | 44 | 2 | 11 | 132 | 120 |
| Binary | 11111010 | 10101110 | 10100000 | 0 | 11110 | 100100 | 10 | 1001 | 1011010 | 1010000 |
Color Harmonies of #FAAEA0
Complementary color
Monochromatic Colors of #FAAEA0
Black with #FAAEA0
Text Example
Text Example
White with #FAAEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAEA0; }
p { color: rgb(250,174,160); }
H1.HeaderClassName
{
color: #FAAEA0;
}
.AnyTagClassName
{
color: #FAAEA0;
}
</style>
background-color css
<style>
a { background-color: #FAAEA0; }
a { background-color: rgb(250,174,160); }
div.DivClassName
{
background-color: #FAAEA0;
}
.BgClassName
{
background-color: #FAAEA0;
}
</style>
border-color css
<style>
span { border-color: #FAAEA0; }
span { border-color: rgb(250,174,160); }
td.TdClassName
{
border-color: #FAAEA0;
}
.TagClassName
{
border-color: #FAAEA0;
}
</style>