Shades of Sundown #FFB2AA
Tints of Sundown #FFB2AA
RGB
CMYK
RGB Variations
Color information
#FFB2AA (or 0xFFB2AA) is known color: Sundown. HEX triplet: FF, B2 and AA. RGB value is (255,178,170). Sum of RGB (Red+Green+Blue) = 255+178+170=603 (79% of max value = 765). Red value is 255 (100% from 255 or 42.29% from 603); Green value is 178 (69.92% from 255 or 29.52% from 603); Blue value is 170 (66.80% from 255 or 28.19% from 603); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB2AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFB2AA is #004D55. Grayscale: #C8C8C8. Windows color (decimal): -19798 or 11186943. OLE color: 11186943.
HSL color Cylindrical-coordinate representation of color #FFB2AA: hue angle of 5.65º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FFB2AA is Cyan = 0, Magento = 0.30, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 178 | 170 | - |
| CMYK | 0 | 0.30 | 0.33 | 0 |
| HSL | 5.65º | 1% | 0.83% | - |
| HSV(B) | 5.65º | 0.33% | 1% | - |
| XYZ | 64.42 | 56 | 45.44 | - |
| YUV | 200.11 | 111.01 | 167.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 178 | 170 | 0 | 0.30 | 0.33 | 0 | 5.65 | 1 | 0.83 |
| Hex | FF | B2 | AA | 0 | 1E | 21 | 0 | 6 | 64 | 53 |
| Octal | 377 | 262 | 252 | 0 | 36 | 41 | 0 | 6 | 144 | 123 |
| Binary | 11111111 | 10110010 | 10101010 | 0 | 11110 | 100001 | 0 | 110 | 1100100 | 1010011 |
Color Harmonies of #FFB2AA
Complementary color
Monochromatic Colors of #FFB2AA
Black with #FFB2AA
Text Example
Text Example
White with #FFB2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB2AA; }
p { color: rgb(255,178,170); }
H1.HeaderClassName
{
color: #FFB2AA;
}
.AnyTagClassName
{
color: #FFB2AA;
}
</style>
background-color css
<style>
a { background-color: #FFB2AA; }
a { background-color: rgb(255,178,170); }
div.DivClassName
{
background-color: #FFB2AA;
}
.BgClassName
{
background-color: #FFB2AA;
}
</style>
border-color css
<style>
span { border-color: #FFB2AA; }
span { border-color: rgb(255,178,170); }
td.TdClassName
{
border-color: #FFB2AA;
}
.TagClassName
{
border-color: #FFB2AA;
}
</style>