Shades of Sundown #FFB2A8
Tints of Sundown #FFB2A8
RGB
CMYK
RGB Variations
Color information
#FFB2A8 (or 0xFFB2A8) is known color: Sundown. HEX triplet: FF, B2 and A8. RGB value is (255,178,168). Sum of RGB (Red+Green+Blue) = 255+178+168=601 (79% of max value = 765). Red value is 255 (100% from 255 or 42.43% from 601); Green value is 178 (69.92% from 255 or 29.62% from 601); Blue value is 168 (66.02% from 255 or 27.95% from 601); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB2A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFB2A8 is #004D57. Grayscale: #C7C7C7. Windows color (decimal): -19800 or 11055871. OLE color: 11055871.
HSL color Cylindrical-coordinate representation of color #FFB2A8: hue angle of 6.9º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FFB2A8 is Cyan = 0, Magento = 0.30, Yellow = 0.34 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 178 | 168 | - |
CMYK | 0 | 0.30 | 0.34 | 0 |
HSL | 6.9º | 1% | 0.83% | - |
HSV(B) | 6.9º | 0.34% | 1% | - |
XYZ | 64.23 | 55.93 | 44.46 | - |
YUV | 199.88 | 110.01 | 167.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 178 | 168 | 0 | 0.30 | 0.34 | 0 | 6.9 | 1 | 0.83 |
Hex | FF | B2 | A8 | 0 | 1E | 22 | 0 | 7 | 64 | 53 |
Octal | 377 | 262 | 250 | 0 | 36 | 42 | 0 | 7 | 144 | 123 |
Binary | 11111111 | 10110010 | 10101000 | 0 | 11110 | 100010 | 0 | 111 | 1100100 | 1010011 |
Color Harmonies of #FFB2A8
Complementary color
Monochromatic Colors of #FFB2A8
Black with #FFB2A8
Text Example
Text Example
White with #FFB2A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB2A8; }
p { color: rgb(255,178,168); }
H1.HeaderClassName
{
color: #FFB2A8;
}
.AnyTagClassName
{
color: #FFB2A8;
}
</style>
background-color css
<style>
a { background-color: #FFB2A8; }
a { background-color: rgb(255,178,168); }
div.DivClassName
{
background-color: #FFB2A8;
}
.BgClassName
{
background-color: #FFB2A8;
}
</style>
border-color css
<style>
span { border-color: #FFB2A8; }
span { border-color: rgb(255,178,168); }
td.TdClassName
{
border-color: #FFB2A8;
}
.TagClassName
{
border-color: #FFB2A8;
}
</style>