Shades of Sundown #FAB4B2
Tints of Sundown #FAB4B2
RGB
CMYK
RGB Variations
Color information
#FAB4B2 (or 0xFAB4B2) is known color: Sundown. HEX triplet: FA, B4 and B2. RGB value is (250,180,178). Sum of RGB (Red+Green+Blue) = 250+180+178=608 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.12% from 608); Green value is 180 (70.70% from 255 or 29.61% from 608); Blue value is 178 (69.92% from 255 or 29.28% from 608); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB4B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB4B2 is #054B4D. Grayscale: #C8C8C8. Windows color (decimal): -346958 or 11711738. OLE color: 11711738.
HSL color Cylindrical-coordinate representation of color #FAB4B2: hue angle of 1.67º 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 #FAB4B2 is Cyan = 0, Magento = 0.28, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 180 | 178 | - |
| CMYK | 0 | 0.28 | 0.29 | 0.02 |
| HSL | 1.67º | 0.88% | 0.84% | - |
| HSV(B) | 1.67º | 0.29% | 0.98% | - |
| XYZ | 63.78 | 56.18 | 49.6 | - |
| YUV | 200.7 | 115.19 | 163.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 180 | 178 | 0 | 0.28 | 0.29 | 0.02 | 1.67 | 0.88 | 0.84 |
| Hex | FA | B4 | B2 | 0 | 1C | 1D | 2 | 2 | 58 | 54 |
| Octal | 372 | 264 | 262 | 0 | 34 | 35 | 2 | 2 | 130 | 124 |
| Binary | 11111010 | 10110100 | 10110010 | 0 | 11100 | 11101 | 10 | 10 | 1011000 | 1010100 |
Color Harmonies of #FAB4B2
Complementary color
Monochromatic Colors of #FAB4B2
Black with #FAB4B2
Text Example
Text Example
White with #FAB4B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB4B2; }
p { color: rgb(250,180,178); }
H1.HeaderClassName
{
color: #FAB4B2;
}
.AnyTagClassName
{
color: #FAB4B2;
}
</style>
background-color css
<style>
a { background-color: #FAB4B2; }
a { background-color: rgb(250,180,178); }
div.DivClassName
{
background-color: #FAB4B2;
}
.BgClassName
{
background-color: #FAB4B2;
}
</style>
border-color css
<style>
span { border-color: #FAB4B2; }
span { border-color: rgb(250,180,178); }
td.TdClassName
{
border-color: #FAB4B2;
}
.TagClassName
{
border-color: #FAB4B2;
}
</style>