Shades of Sundown #FCB2B2
Tints of Sundown #FCB2B2
RGB
CMYK
RGB Variations
Color information
#FCB2B2 (or 0xFCB2B2) is known color: Sundown. HEX triplet: FC, B2 and B2. RGB value is (252,178,178). Sum of RGB (Red+Green+Blue) = 252+178+178=608 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.45% from 608); Green value is 178 (69.92% from 255 or 29.28% from 608); Blue value is 178 (69.92% from 255 or 29.28% from 608); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB2B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCB2B2 is #034D4D. Grayscale: #C8C8C8. Windows color (decimal): -216398 or 11711228. OLE color: 11711228.
HSL color Cylindrical-coordinate representation of color #FCB2B2: hue angle of 0º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FCB2B2 is Cyan = 0, Magento = 0.29, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 178 | 178 | - |
| CMYK | 0 | 0.29 | 0.29 | 0.01 |
| HSL | 0º | 0.93% | 0.84% | - |
| HSV(B) | 0º | 0.29% | 0.99% | - |
| XYZ | 64.1 | 55.75 | 49.5 | - |
| YUV | 200.13 | 115.52 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 178 | 178 | 0 | 0.29 | 0.29 | 0.01 | 0 | 0.93 | 0.84 |
| Hex | FC | B2 | B2 | 0 | 1D | 1D | 1 | 0 | 5C | 54 |
| Octal | 374 | 262 | 262 | 0 | 35 | 35 | 1 | 0 | 134 | 124 |
| Binary | 11111100 | 10110010 | 10110010 | 0 | 11101 | 11101 | 1 | 0 | 1011100 | 1010100 |
Color Harmonies of #FCB2B2
Complementary color
Monochromatic Colors of #FCB2B2
Black with #FCB2B2
Text Example
Text Example
White with #FCB2B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB2B2; }
p { color: rgb(252,178,178); }
H1.HeaderClassName
{
color: #FCB2B2;
}
.AnyTagClassName
{
color: #FCB2B2;
}
</style>
background-color css
<style>
a { background-color: #FCB2B2; }
a { background-color: rgb(252,178,178); }
div.DivClassName
{
background-color: #FCB2B2;
}
.BgClassName
{
background-color: #FCB2B2;
}
</style>
border-color css
<style>
span { border-color: #FCB2B2; }
span { border-color: rgb(252,178,178); }
td.TdClassName
{
border-color: #FCB2B2;
}
.TagClassName
{
border-color: #FCB2B2;
}
</style>