Shades of Sundown #FCB4B3
Tints of Sundown #FCB4B3
RGB
CMYK
RGB Variations
Color information
#FCB4B3 (or 0xFCB4B3) is known color: Sundown. HEX triplet: FC, B4 and B3. RGB value is (252,180,179). Sum of RGB (Red+Green+Blue) = 252+180+179=611 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.24% from 611); Green value is 180 (70.70% from 255 or 29.46% from 611); Blue value is 179 (70.31% from 255 or 29.30% from 611); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB4B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB4B3 is #034B4C. Grayscale: #C9C9C9. Windows color (decimal): -215885 or 11777276. OLE color: 11777276.
HSL color Cylindrical-coordinate representation of color #FCB4B3: hue angle of 0.82º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FCB4B3 is Cyan = 0, Magento = 0.29, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 180 | 179 | - |
| CMYK | 0 | 0.29 | 0.29 | 0.01 |
| HSL | 0.82º | 0.92% | 0.85% | - |
| HSV(B) | 0.82º | 0.29% | 0.99% | - |
| XYZ | 64.6 | 56.59 | 50.17 | - |
| YUV | 201.41 | 115.35 | 164.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 180 | 179 | 0 | 0.29 | 0.29 | 0.01 | 0.82 | 0.92 | 0.85 |
| Hex | FC | B4 | B3 | 0 | 1D | 1D | 1 | 1 | 5C | 55 |
| Octal | 374 | 264 | 263 | 0 | 35 | 35 | 1 | 1 | 134 | 125 |
| Binary | 11111100 | 10110100 | 10110011 | 0 | 11101 | 11101 | 1 | 1 | 1011100 | 1010101 |
Color Harmonies of #FCB4B3
Complementary color
Monochromatic Colors of #FCB4B3
Black with #FCB4B3
Text Example
Text Example
White with #FCB4B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB4B3; }
p { color: rgb(252,180,179); }
H1.HeaderClassName
{
color: #FCB4B3;
}
.AnyTagClassName
{
color: #FCB4B3;
}
</style>
background-color css
<style>
a { background-color: #FCB4B3; }
a { background-color: rgb(252,180,179); }
div.DivClassName
{
background-color: #FCB4B3;
}
.BgClassName
{
background-color: #FCB4B3;
}
</style>
border-color css
<style>
span { border-color: #FCB4B3; }
span { border-color: rgb(252,180,179); }
td.TdClassName
{
border-color: #FCB4B3;
}
.TagClassName
{
border-color: #FCB4B3;
}
</style>