Shades of Sundown #FFB2A4
Tints of Sundown #FFB2A4
RGB
CMYK
RGB Variations
Color information
#FFB2A4 (or 0xFFB2A4) is known color: Sundown. HEX triplet: FF, B2 and A4. RGB value is (255,178,164). Sum of RGB (Red+Green+Blue) = 255+178+164=597 (79% of max value = 765). Red value is 255 (100% from 255 or 42.71% from 597); Green value is 178 (69.92% from 255 or 29.82% from 597); Blue value is 164 (64.45% from 255 or 27.47% from 597); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB2A4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFB2A4 is #004D5B. Grayscale: #C7C7C7. Windows color (decimal): -19804 or 10793727. OLE color: 10793727.
HSL color Cylindrical-coordinate representation of color #FFB2A4: hue angle of 9.23º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FFB2A4 is Cyan = 0, Magento = 0.30, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 178 | 164 | - |
| CMYK | 0 | 0.30 | 0.36 | 0 |
| HSL | 9.23º | 1% | 0.82% | - |
| HSV(B) | 9.23º | 0.36% | 1% | - |
| XYZ | 63.86 | 55.78 | 42.52 | - |
| YUV | 199.43 | 108.01 | 167.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 178 | 164 | 0 | 0.30 | 0.36 | 0 | 9.23 | 1 | 0.82 |
| Hex | FF | B2 | A4 | 0 | 1E | 24 | 0 | 9 | 64 | 52 |
| Octal | 377 | 262 | 244 | 0 | 36 | 44 | 0 | 11 | 144 | 122 |
| Binary | 11111111 | 10110010 | 10100100 | 0 | 11110 | 100100 | 0 | 1001 | 1100100 | 1010010 |
Color Harmonies of #FFB2A4
Complementary color
Monochromatic Colors of #FFB2A4
Black with #FFB2A4
Text Example
Text Example
White with #FFB2A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB2A4; }
p { color: rgb(255,178,164); }
H1.HeaderClassName
{
color: #FFB2A4;
}
.AnyTagClassName
{
color: #FFB2A4;
}
</style>
background-color css
<style>
a { background-color: #FFB2A4; }
a { background-color: rgb(255,178,164); }
div.DivClassName
{
background-color: #FFB2A4;
}
.BgClassName
{
background-color: #FFB2A4;
}
</style>
border-color css
<style>
span { border-color: #FFB2A4; }
span { border-color: rgb(255,178,164); }
td.TdClassName
{
border-color: #FFB2A4;
}
.TagClassName
{
border-color: #FFB2A4;
}
</style>