Shades of Sundown #FAB4AF
Tints of Sundown #FAB4AF
RGB
CMYK
RGB Variations
Color information
#FAB4AF (or 0xFAB4AF) is known color: Sundown. HEX triplet: FA, B4 and AF. RGB value is (250,180,175). Sum of RGB (Red+Green+Blue) = 250+180+175=605 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.32% from 605); Green value is 180 (70.70% from 255 or 29.75% from 605); Blue value is 175 (68.75% from 255 or 28.93% from 605); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB4AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB4AF is #054B50. Grayscale: #C8C8C8. Windows color (decimal): -346961 or 11515130. OLE color: 11515130.
HSL color Cylindrical-coordinate representation of color #FAB4AF: hue angle of 4º 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 #FAB4AF is Cyan = 0, Magento = 0.28, Yellow = 0.3 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 180 | 175 | - |
| CMYK | 0 | 0.28 | 0.3 | 0.02 |
| HSL | 4º | 0.88% | 0.83% | - |
| HSV(B) | 4º | 0.3% | 0.98% | - |
| XYZ | 63.48 | 56.06 | 48.03 | - |
| YUV | 200.36 | 113.69 | 163.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 180 | 175 | 0 | 0.28 | 0.3 | 0.02 | 4 | 0.88 | 0.83 |
| Hex | FA | B4 | AF | 0 | 1C | 1E | 2 | 4 | 58 | 53 |
| Octal | 372 | 264 | 257 | 0 | 34 | 36 | 2 | 4 | 130 | 123 |
| Binary | 11111010 | 10110100 | 10101111 | 0 | 11100 | 11110 | 10 | 100 | 1011000 | 1010011 |
Color Harmonies of #FAB4AF
Complementary color
Monochromatic Colors of #FAB4AF
Black with #FAB4AF
Text Example
Text Example
White with #FAB4AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB4AF; }
p { color: rgb(250,180,175); }
H1.HeaderClassName
{
color: #FAB4AF;
}
.AnyTagClassName
{
color: #FAB4AF;
}
</style>
background-color css
<style>
a { background-color: #FAB4AF; }
a { background-color: rgb(250,180,175); }
div.DivClassName
{
background-color: #FAB4AF;
}
.BgClassName
{
background-color: #FAB4AF;
}
</style>
border-color css
<style>
span { border-color: #FAB4AF; }
span { border-color: rgb(250,180,175); }
td.TdClassName
{
border-color: #FAB4AF;
}
.TagClassName
{
border-color: #FAB4AF;
}
</style>