Shades of Sundown #F5AFAB
Tints of Sundown #F5AFAB
RGB
CMYK
RGB Variations
Color information
#F5AFAB (or 0xF5AFAB) is known color: Sundown. HEX triplet: F5, AF and AB. RGB value is (245,175,171). Sum of RGB (Red+Green+Blue) = 245+175+171=591 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.46% from 591); Green value is 175 (68.75% from 255 or 29.61% from 591); Blue value is 171 (67.19% from 255 or 28.93% from 591); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AFAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5AFAB is #0A5054. Grayscale: #C3C3C3. Windows color (decimal): -675925 or 11251701. OLE color: 11251701.
HSL color Cylindrical-coordinate representation of color #F5AFAB: hue angle of 3.24º degrees, saturation: 0.79, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F5AFAB is Cyan = 0, Magento = 0.29, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 175 | 171 | - |
| CMYK | 0 | 0.29 | 0.30 | 0.04 |
| HSL | 3.24º | 0.79% | 0.82% | - |
| HSV(B) | 3.24º | 0.3% | 0.96% | - |
| XYZ | 60.34 | 53.01 | 45.58 | - |
| YUV | 195.47 | 114.19 | 163.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 175 | 171 | 0 | 0.29 | 0.30 | 0.04 | 3.24 | 0.79 | 0.82 |
| Hex | F5 | AF | AB | 0 | 1D | 1E | 4 | 3 | 4F | 52 |
| Octal | 365 | 257 | 253 | 0 | 35 | 36 | 4 | 3 | 117 | 122 |
| Binary | 11110101 | 10101111 | 10101011 | 0 | 11101 | 11110 | 100 | 11 | 1001111 | 1010010 |
Color Harmonies of #F5AFAB
Complementary color
Monochromatic Colors of #F5AFAB
Black with #F5AFAB
Text Example
Text Example
White with #F5AFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5AFAB; }
p { color: rgb(245,175,171); }
H1.HeaderClassName
{
color: #F5AFAB;
}
.AnyTagClassName
{
color: #F5AFAB;
}
</style>
background-color css
<style>
a { background-color: #F5AFAB; }
a { background-color: rgb(245,175,171); }
div.DivClassName
{
background-color: #F5AFAB;
}
.BgClassName
{
background-color: #F5AFAB;
}
</style>
border-color css
<style>
span { border-color: #F5AFAB; }
span { border-color: rgb(245,175,171); }
td.TdClassName
{
border-color: #F5AFAB;
}
.TagClassName
{
border-color: #F5AFAB;
}
</style>