Shades of Sundown #FAAFAA
Tints of Sundown #FAAFAA
RGB
CMYK
RGB Variations
Color information
#FAAFAA (or 0xFAAFAA) is known color: Sundown. HEX triplet: FA, AF and AA. RGB value is (250,175,170). Sum of RGB (Red+Green+Blue) = 250+175+170=595 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.02% from 595); Green value is 175 (68.75% from 255 or 29.41% from 595); Blue value is 170 (66.80% from 255 or 28.57% from 595); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAFAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAAFAA is #055055. Grayscale: #C4C4C4. Windows color (decimal): -348246 or 11186170. OLE color: 11186170.
HSL color Cylindrical-coordinate representation of color #FAAFAA: hue angle of 3.75º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FAAFAA is Cyan = 0, Magento = 0.3, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 175 | 170 | - |
| CMYK | 0 | 0.3 | 0.32 | 0.02 |
| HSL | 3.75º | 0.89% | 0.82% | - |
| HSV(B) | 3.75º | 0.32% | 0.98% | - |
| XYZ | 62.01 | 53.89 | 45.16 | - |
| YUV | 196.86 | 112.85 | 165.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 175 | 170 | 0 | 0.3 | 0.32 | 0.02 | 3.75 | 0.89 | 0.82 |
| Hex | FA | AF | AA | 0 | 1E | 20 | 2 | 4 | 59 | 52 |
| Octal | 372 | 257 | 252 | 0 | 36 | 40 | 2 | 4 | 131 | 122 |
| Binary | 11111010 | 10101111 | 10101010 | 0 | 11110 | 100000 | 10 | 100 | 1011001 | 1010010 |
Color Harmonies of #FAAFAA
Complementary color
Monochromatic Colors of #FAAFAA
Black with #FAAFAA
Text Example
Text Example
White with #FAAFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAFAA; }
p { color: rgb(250,175,170); }
H1.HeaderClassName
{
color: #FAAFAA;
}
.AnyTagClassName
{
color: #FAAFAA;
}
</style>
background-color css
<style>
a { background-color: #FAAFAA; }
a { background-color: rgb(250,175,170); }
div.DivClassName
{
background-color: #FAAFAA;
}
.BgClassName
{
background-color: #FAAFAA;
}
</style>
border-color css
<style>
span { border-color: #FAAFAA; }
span { border-color: rgb(250,175,170); }
td.TdClassName
{
border-color: #FAAFAA;
}
.TagClassName
{
border-color: #FAAFAA;
}
</style>