Shades of Sundown #FCB5B5
Tints of Sundown #FCB5B5
RGB
CMYK
RGB Variations
Color information
#FCB5B5 (or 0xFCB5B5) is known color: Sundown. HEX triplet: FC, B5 and B5. RGB value is (252,181,181). Sum of RGB (Red+Green+Blue) = 252+181+181=614 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.04% from 614); Green value is 181 (71.09% from 255 or 29.48% from 614); Blue value is 181 (71.09% from 255 or 29.48% from 614); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB5B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB5B5 is #034A4A. Grayscale: #CACACA. Windows color (decimal): -215627 or 11908604. OLE color: 11908604.
HSL color Cylindrical-coordinate representation of color #FCB5B5: hue angle of 0º degrees, saturation: 0.92, 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 #FCB5B5 is Cyan = 0, Magento = 0.28, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 181 | 181 | - |
CMYK | 0 | 0.28 | 0.28 | 0.01 |
HSL | 0º | 0.92% | 0.85% | - |
HSV(B) | 0º | 0.28% | 0.99% | - |
XYZ | 65.01 | 57.08 | 51.31 | - |
YUV | 202.23 | 116.02 | 163.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 181 | 181 | 0 | 0.28 | 0.28 | 0.01 | 0 | 0.92 | 0.85 |
Hex | FC | B5 | B5 | 0 | 1C | 1C | 1 | 0 | 5C | 55 |
Octal | 374 | 265 | 265 | 0 | 34 | 34 | 1 | 0 | 134 | 125 |
Binary | 11111100 | 10110101 | 10110101 | 0 | 11100 | 11100 | 1 | 0 | 1011100 | 1010101 |
Color Harmonies of #FCB5B5
Complementary color
Monochromatic Colors of #FCB5B5
Black with #FCB5B5
Text Example
Text Example
White with #FCB5B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB5B5; }
p { color: rgb(252,181,181); }
H1.HeaderClassName
{
color: #FCB5B5;
}
.AnyTagClassName
{
color: #FCB5B5;
}
</style>
background-color css
<style>
a { background-color: #FCB5B5; }
a { background-color: rgb(252,181,181); }
div.DivClassName
{
background-color: #FCB5B5;
}
.BgClassName
{
background-color: #FCB5B5;
}
</style>
border-color css
<style>
span { border-color: #FCB5B5; }
span { border-color: rgb(252,181,181); }
td.TdClassName
{
border-color: #FCB5B5;
}
.TagClassName
{
border-color: #FCB5B5;
}
</style>