Shades of Sundown #FFB5B5
Tints of Sundown #FFB5B5
RGB
CMYK
RGB Variations
Color information
#FFB5B5 (or 0xFFB5B5) is known color: Sundown. HEX triplet: FF, B5 and B5. RGB value is (255,181,181). Sum of RGB (Red+Green+Blue) = 255+181+181=617 (81% of max value = 765). Red value is 255 (100% from 255 or 41.33% from 617); Green value is 181 (71.09% from 255 or 29.34% from 617); Blue value is 181 (71.09% from 255 or 29.34% from 617); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB5B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB5B5 is #004A4A. Grayscale: #CBCBCB. Windows color (decimal): -19019 or 11908607. OLE color: 11908607.
HSL color Cylindrical-coordinate representation of color #FFB5B5: hue angle of 0º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FFB5B5 is Cyan = 0, Magento = 0.29, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 181 | 181 | - |
CMYK | 0 | 0.29 | 0.29 | 0 |
HSL | 0º | 1% | 0.85% | - |
HSV(B) | 0º | 0.29% | 1% | - |
XYZ | 66.1 | 57.64 | 51.36 | - |
YUV | 203.13 | 115.52 | 165 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 181 | 181 | 0 | 0.29 | 0.29 | 0 | 0 | 1 | 0.85 |
Hex | FF | B5 | B5 | 0 | 1D | 1D | 0 | 0 | 64 | 55 |
Octal | 377 | 265 | 265 | 0 | 35 | 35 | 0 | 0 | 144 | 125 |
Binary | 11111111 | 10110101 | 10110101 | 0 | 11101 | 11101 | 0 | 0 | 1100100 | 1010101 |
Color Harmonies of #FFB5B5
Complementary color
Monochromatic Colors of #FFB5B5
Black with #FFB5B5
Text Example
Text Example
White with #FFB5B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB5B5; }
p { color: rgb(255,181,181); }
H1.HeaderClassName
{
color: #FFB5B5;
}
.AnyTagClassName
{
color: #FFB5B5;
}
</style>
background-color css
<style>
a { background-color: #FFB5B5; }
a { background-color: rgb(255,181,181); }
div.DivClassName
{
background-color: #FFB5B5;
}
.BgClassName
{
background-color: #FFB5B5;
}
</style>
border-color css
<style>
span { border-color: #FFB5B5; }
span { border-color: rgb(255,181,181); }
td.TdClassName
{
border-color: #FFB5B5;
}
.TagClassName
{
border-color: #FFB5B5;
}
</style>