Shades of Sundown #FDB5B5
Tints of Sundown #FDB5B5
RGB
CMYK
RGB Variations
Color information
#FDB5B5 (or 0xFDB5B5) is known color: Sundown. HEX triplet: FD, B5 and B5. RGB value is (253,181,181). Sum of RGB (Red+Green+Blue) = 253+181+181=615 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.14% from 615); Green value is 181 (71.09% from 255 or 29.43% from 615); Blue value is 181 (71.09% from 255 or 29.43% from 615); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB5B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB5B5 is #024A4A. Grayscale: #CACACA. Windows color (decimal): -150091 or 11908605. OLE color: 11908605.
HSL color Cylindrical-coordinate representation of color #FDB5B5: hue angle of 0º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FDB5B5 is Cyan = 0, Magento = 0.28, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 181 | 181 | - |
CMYK | 0 | 0.28 | 0.28 | 0.01 |
HSL | 0º | 0.95% | 0.85% | - |
HSV(B) | 0º | 0.28% | 0.99% | - |
XYZ | 65.37 | 57.27 | 51.32 | - |
YUV | 202.53 | 115.85 | 164 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 181 | 181 | 0 | 0.28 | 0.28 | 0.01 | 0 | 0.95 | 0.85 |
Hex | FD | B5 | B5 | 0 | 1C | 1C | 1 | 0 | 5F | 55 |
Octal | 375 | 265 | 265 | 0 | 34 | 34 | 1 | 0 | 137 | 125 |
Binary | 11111101 | 10110101 | 10110101 | 0 | 11100 | 11100 | 1 | 0 | 1011111 | 1010101 |
Color Harmonies of #FDB5B5
Complementary color
Monochromatic Colors of #FDB5B5
Black with #FDB5B5
Text Example
Text Example
White with #FDB5B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB5B5; }
p { color: rgb(253,181,181); }
H1.HeaderClassName
{
color: #FDB5B5;
}
.AnyTagClassName
{
color: #FDB5B5;
}
</style>
background-color css
<style>
a { background-color: #FDB5B5; }
a { background-color: rgb(253,181,181); }
div.DivClassName
{
background-color: #FDB5B5;
}
.BgClassName
{
background-color: #FDB5B5;
}
</style>
border-color css
<style>
span { border-color: #FDB5B5; }
span { border-color: rgb(253,181,181); }
td.TdClassName
{
border-color: #FDB5B5;
}
.TagClassName
{
border-color: #FDB5B5;
}
</style>