Shades of Sundown #FBAFAA
Tints of Sundown #FBAFAA
RGB
CMYK
RGB Variations
Color information
#FBAFAA (or 0xFBAFAA) is known color: Sundown. HEX triplet: FB, AF and AA. RGB value is (251,175,170). Sum of RGB (Red+Green+Blue) = 251+175+170=596 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.11% from 596); Green value is 175 (68.75% from 255 or 29.36% from 596); Blue value is 170 (66.80% from 255 or 28.52% from 596); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAFAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBAFAA is #045055. Grayscale: #C5C5C5. Windows color (decimal): -282710 or 11186171. OLE color: 11186171.
HSL color Cylindrical-coordinate representation of color #FBAFAA: hue angle of 3.7º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FBAFAA is Cyan = 0, Magento = 0.30, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 175 | 170 | - |
| CMYK | 0 | 0.30 | 0.32 | 0.02 |
| HSL | 3.7º | 0.91% | 0.83% | - |
| HSV(B) | 3.7º | 0.32% | 0.98% | - |
| XYZ | 62.37 | 54.07 | 45.18 | - |
| YUV | 197.15 | 112.68 | 166.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 175 | 170 | 0 | 0.30 | 0.32 | 0.02 | 3.7 | 0.91 | 0.83 |
| Hex | FB | AF | AA | 0 | 1E | 20 | 2 | 4 | 5B | 53 |
| Octal | 373 | 257 | 252 | 0 | 36 | 40 | 2 | 4 | 133 | 123 |
| Binary | 11111011 | 10101111 | 10101010 | 0 | 11110 | 100000 | 10 | 100 | 1011011 | 1010011 |
Color Harmonies of #FBAFAA
Complementary color
Monochromatic Colors of #FBAFAA
Black with #FBAFAA
Text Example
Text Example
White with #FBAFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAFAA; }
p { color: rgb(251,175,170); }
H1.HeaderClassName
{
color: #FBAFAA;
}
.AnyTagClassName
{
color: #FBAFAA;
}
</style>
background-color css
<style>
a { background-color: #FBAFAA; }
a { background-color: rgb(251,175,170); }
div.DivClassName
{
background-color: #FBAFAA;
}
.BgClassName
{
background-color: #FBAFAA;
}
</style>
border-color css
<style>
span { border-color: #FBAFAA; }
span { border-color: rgb(251,175,170); }
td.TdClassName
{
border-color: #FBAFAA;
}
.TagClassName
{
border-color: #FBAFAA;
}
</style>