Shades of Sundown #FAB1A5
Tints of Sundown #FAB1A5
RGB
CMYK
RGB Variations
Color information
#FAB1A5 (or 0xFAB1A5) is known color: Sundown. HEX triplet: FA, B1 and A5. RGB value is (250,177,165). Sum of RGB (Red+Green+Blue) = 250+177+165=592 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.23% from 592); Green value is 177 (69.53% from 255 or 29.90% from 592); Blue value is 165 (64.84% from 255 or 27.87% from 592); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB1A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAB1A5 is #054E5A. Grayscale: #C5C5C5. Windows color (decimal): -347739 or 10859002. OLE color: 10859002.
HSL color Cylindrical-coordinate representation of color #FAB1A5: hue angle of 8.47º degrees, saturation: 0.89, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FAB1A5 is Cyan = 0, Magento = 0.29, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 177 | 165 | - |
| CMYK | 0 | 0.29 | 0.34 | 0.02 |
| HSL | 8.47º | 0.89% | 0.81% | - |
| HSV(B) | 8.47º | 0.34% | 0.98% | - |
| XYZ | 61.94 | 54.48 | 42.85 | - |
| YUV | 197.46 | 109.68 | 165.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 177 | 165 | 0 | 0.29 | 0.34 | 0.02 | 8.47 | 0.89 | 0.81 |
| Hex | FA | B1 | A5 | 0 | 1D | 22 | 2 | 8 | 59 | 51 |
| Octal | 372 | 261 | 245 | 0 | 35 | 42 | 2 | 10 | 131 | 121 |
| Binary | 11111010 | 10110001 | 10100101 | 0 | 11101 | 100010 | 10 | 1000 | 1011001 | 1010001 |
Color Harmonies of #FAB1A5
Complementary color
Monochromatic Colors of #FAB1A5
Black with #FAB1A5
Text Example
Text Example
White with #FAB1A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB1A5; }
p { color: rgb(250,177,165); }
H1.HeaderClassName
{
color: #FAB1A5;
}
.AnyTagClassName
{
color: #FAB1A5;
}
</style>
background-color css
<style>
a { background-color: #FAB1A5; }
a { background-color: rgb(250,177,165); }
div.DivClassName
{
background-color: #FAB1A5;
}
.BgClassName
{
background-color: #FAB1A5;
}
</style>
border-color css
<style>
span { border-color: #FAB1A5; }
span { border-color: rgb(250,177,165); }
td.TdClassName
{
border-color: #FAB1A5;
}
.TagClassName
{
border-color: #FAB1A5;
}
</style>