Shades of Sundown #F2B1AD
Tints of Sundown #F2B1AD
RGB
CMYK
RGB Variations
Color information
#F2B1AD (or 0xF2B1AD) is known color: Sundown. HEX triplet: F2, B1 and AD. RGB value is (242,177,173). Sum of RGB (Red+Green+Blue) = 242+177+173=592 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.88% from 592); Green value is 177 (69.53% from 255 or 29.90% from 592); Blue value is 173 (67.97% from 255 or 29.22% from 592); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B1AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2B1AD is #0D4E52. Grayscale: #C4C4C4. Windows color (decimal): -872019 or 11383282. OLE color: 11383282.
HSL color Cylindrical-coordinate representation of color #F2B1AD: hue angle of 3.48º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F2B1AD is Cyan = 0, Magento = 0.27, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 177 | 173 | - |
| CMYK | 0 | 0.27 | 0.29 | 0.05 |
| HSL | 3.48º | 0.73% | 0.81% | - |
| HSV(B) | 3.48º | 0.29% | 0.95% | - |
| XYZ | 59.88 | 53.34 | 46.67 | - |
| YUV | 195.98 | 115.03 | 160.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 177 | 173 | 0 | 0.27 | 0.29 | 0.05 | 3.48 | 0.73 | 0.81 |
| Hex | F2 | B1 | AD | 0 | 1B | 1D | 5 | 3 | 49 | 51 |
| Octal | 362 | 261 | 255 | 0 | 33 | 35 | 5 | 3 | 111 | 121 |
| Binary | 11110010 | 10110001 | 10101101 | 0 | 11011 | 11101 | 101 | 11 | 1001001 | 1010001 |
Color Harmonies of #F2B1AD
Complementary color
Monochromatic Colors of #F2B1AD
Black with #F2B1AD
Text Example
Text Example
White with #F2B1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B1AD; }
p { color: rgb(242,177,173); }
H1.HeaderClassName
{
color: #F2B1AD;
}
.AnyTagClassName
{
color: #F2B1AD;
}
</style>
background-color css
<style>
a { background-color: #F2B1AD; }
a { background-color: rgb(242,177,173); }
div.DivClassName
{
background-color: #F2B1AD;
}
.BgClassName
{
background-color: #F2B1AD;
}
</style>
border-color css
<style>
span { border-color: #F2B1AD; }
span { border-color: rgb(242,177,173); }
td.TdClassName
{
border-color: #F2B1AD;
}
.TagClassName
{
border-color: #F2B1AD;
}
</style>