Shades of Sundown #F2B3AF
Tints of Sundown #F2B3AF
RGB
CMYK
RGB Variations
Color information
#F2B3AF (or 0xF2B3AF) is known color: Sundown. HEX triplet: F2, B3 and AF. RGB value is (242,179,175). Sum of RGB (Red+Green+Blue) = 242+179+175=596 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.60% from 596); Green value is 179 (70.31% from 255 or 30.03% from 596); Blue value is 175 (68.75% from 255 or 29.36% from 596); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B3AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2B3AF is #0D4C50. Grayscale: #C5C5C5. Windows color (decimal): -871505 or 11514866. OLE color: 11514866.
HSL color Cylindrical-coordinate representation of color #F2B3AF: hue angle of 3.58º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F2B3AF is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 179 | 175 | - |
| CMYK | 0 | 0.26 | 0.28 | 0.05 |
| HSL | 3.58º | 0.72% | 0.82% | - |
| HSV(B) | 3.58º | 0.28% | 0.95% | - |
| XYZ | 60.48 | 54.21 | 47.83 | - |
| YUV | 197.38 | 115.37 | 159.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 179 | 175 | 0 | 0.26 | 0.28 | 0.05 | 3.58 | 0.72 | 0.82 |
| Hex | F2 | B3 | AF | 0 | 1A | 1C | 5 | 4 | 48 | 52 |
| Octal | 362 | 263 | 257 | 0 | 32 | 34 | 5 | 4 | 110 | 122 |
| Binary | 11110010 | 10110011 | 10101111 | 0 | 11010 | 11100 | 101 | 100 | 1001000 | 1010010 |
Color Harmonies of #F2B3AF
Complementary color
Monochromatic Colors of #F2B3AF
Black with #F2B3AF
Text Example
Text Example
White with #F2B3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B3AF; }
p { color: rgb(242,179,175); }
H1.HeaderClassName
{
color: #F2B3AF;
}
.AnyTagClassName
{
color: #F2B3AF;
}
</style>
background-color css
<style>
a { background-color: #F2B3AF; }
a { background-color: rgb(242,179,175); }
div.DivClassName
{
background-color: #F2B3AF;
}
.BgClassName
{
background-color: #F2B3AF;
}
</style>
border-color css
<style>
span { border-color: #F2B3AF; }
span { border-color: rgb(242,179,175); }
td.TdClassName
{
border-color: #F2B3AF;
}
.TagClassName
{
border-color: #F2B3AF;
}
</style>