Shades of Sundown #F2B0AA
Tints of Sundown #F2B0AA
RGB
CMYK
RGB Variations
Color information
#F2B0AA (or 0xF2B0AA) is known color: Sundown. HEX triplet: F2, B0 and AA. RGB value is (242,176,170). Sum of RGB (Red+Green+Blue) = 242+176+170=588 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.16% from 588); Green value is 176 (69.14% from 255 or 29.93% from 588); Blue value is 170 (66.80% from 255 or 28.91% from 588); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B0AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2B0AA is #0D4F55. Grayscale: #C3C3C3. Windows color (decimal): -872278 or 11186418. OLE color: 11186418.
HSL color Cylindrical-coordinate representation of color #F2B0AA: hue angle of 5º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F2B0AA is Cyan = 0, Magento = 0.27, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 176 | 170 | - |
| CMYK | 0 | 0.27 | 0.30 | 0.05 |
| HSL | 5º | 0.73% | 0.81% | - |
| HSV(B) | 5º | 0.3% | 0.95% | - |
| XYZ | 59.4 | 52.83 | 45.1 | - |
| YUV | 195.05 | 113.87 | 161.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 176 | 170 | 0 | 0.27 | 0.30 | 0.05 | 5 | 0.73 | 0.81 |
| Hex | F2 | B0 | AA | 0 | 1B | 1E | 5 | 5 | 49 | 51 |
| Octal | 362 | 260 | 252 | 0 | 33 | 36 | 5 | 5 | 111 | 121 |
| Binary | 11110010 | 10110000 | 10101010 | 0 | 11011 | 11110 | 101 | 101 | 1001001 | 1010001 |
Color Harmonies of #F2B0AA
Complementary color
Monochromatic Colors of #F2B0AA
Black with #F2B0AA
Text Example
Text Example
White with #F2B0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B0AA; }
p { color: rgb(242,176,170); }
H1.HeaderClassName
{
color: #F2B0AA;
}
.AnyTagClassName
{
color: #F2B0AA;
}
</style>
background-color css
<style>
a { background-color: #F2B0AA; }
a { background-color: rgb(242,176,170); }
div.DivClassName
{
background-color: #F2B0AA;
}
.BgClassName
{
background-color: #F2B0AA;
}
</style>
border-color css
<style>
span { border-color: #F2B0AA; }
span { border-color: rgb(242,176,170); }
td.TdClassName
{
border-color: #F2B0AA;
}
.TagClassName
{
border-color: #F2B0AA;
}
</style>