Shades of Sundown #FAB3B2
Tints of Sundown #FAB3B2
RGB
CMYK
RGB Variations
Color information
#FAB3B2 (or 0xFAB3B2) is known color: Sundown. HEX triplet: FA, B3 and B2. RGB value is (250,179,178). Sum of RGB (Red+Green+Blue) = 250+179+178=607 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.19% from 607); Green value is 179 (70.31% from 255 or 29.49% from 607); Blue value is 178 (69.92% from 255 or 29.32% from 607); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB3B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB3B2 is #054C4D. Grayscale: #C8C8C8. Windows color (decimal): -347214 or 11711482. OLE color: 11711482.
HSL color Cylindrical-coordinate representation of color #FAB3B2: hue angle of 0.83º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FAB3B2 is Cyan = 0, Magento = 0.28, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 179 | 178 | - |
| CMYK | 0 | 0.28 | 0.29 | 0.02 |
| HSL | 0.83º | 0.88% | 0.84% | - |
| HSV(B) | 0.83º | 0.29% | 0.98% | - |
| XYZ | 63.58 | 55.78 | 49.53 | - |
| YUV | 200.12 | 115.52 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 179 | 178 | 0 | 0.28 | 0.29 | 0.02 | 0.83 | 0.88 | 0.84 |
| Hex | FA | B3 | B2 | 0 | 1C | 1D | 2 | 1 | 58 | 54 |
| Octal | 372 | 263 | 262 | 0 | 34 | 35 | 2 | 1 | 130 | 124 |
| Binary | 11111010 | 10110011 | 10110010 | 0 | 11100 | 11101 | 10 | 1 | 1011000 | 1010100 |
Color Harmonies of #FAB3B2
Complementary color
Monochromatic Colors of #FAB3B2
Black with #FAB3B2
Text Example
Text Example
White with #FAB3B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB3B2; }
p { color: rgb(250,179,178); }
H1.HeaderClassName
{
color: #FAB3B2;
}
.AnyTagClassName
{
color: #FAB3B2;
}
</style>
background-color css
<style>
a { background-color: #FAB3B2; }
a { background-color: rgb(250,179,178); }
div.DivClassName
{
background-color: #FAB3B2;
}
.BgClassName
{
background-color: #FAB3B2;
}
</style>
border-color css
<style>
span { border-color: #FAB3B2; }
span { border-color: rgb(250,179,178); }
td.TdClassName
{
border-color: #FAB3B2;
}
.TagClassName
{
border-color: #FAB3B2;
}
</style>