Shades of Sundown #FCB4AD
Tints of Sundown #FCB4AD
RGB
CMYK
RGB Variations
Color information
#FCB4AD (or 0xFCB4AD) is known color: Sundown. HEX triplet: FC, B4 and AD. RGB value is (252,180,173). Sum of RGB (Red+Green+Blue) = 252+180+173=605 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.65% from 605); Green value is 180 (70.70% from 255 or 29.75% from 605); Blue value is 173 (67.97% from 255 or 28.60% from 605); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB4AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCB4AD is #034B52. Grayscale: #C8C8C8. Windows color (decimal): -215891 or 11384060. OLE color: 11384060.
HSL color Cylindrical-coordinate representation of color #FCB4AD: hue angle of 5.32º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FCB4AD is Cyan = 0, Magento = 0.29, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 180 | 173 | - |
| CMYK | 0 | 0.29 | 0.31 | 0.01 |
| HSL | 5.32º | 0.93% | 0.83% | - |
| HSV(B) | 5.32º | 0.31% | 0.99% | - |
| XYZ | 64.01 | 56.36 | 47.04 | - |
| YUV | 200.73 | 112.35 | 164.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 180 | 173 | 0 | 0.29 | 0.31 | 0.01 | 5.32 | 0.93 | 0.83 |
| Hex | FC | B4 | AD | 0 | 1D | 1F | 1 | 5 | 5D | 53 |
| Octal | 374 | 264 | 255 | 0 | 35 | 37 | 1 | 5 | 135 | 123 |
| Binary | 11111100 | 10110100 | 10101101 | 0 | 11101 | 11111 | 1 | 101 | 1011101 | 1010011 |
Color Harmonies of #FCB4AD
Complementary color
Monochromatic Colors of #FCB4AD
Black with #FCB4AD
Text Example
Text Example
White with #FCB4AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB4AD; }
p { color: rgb(252,180,173); }
H1.HeaderClassName
{
color: #FCB4AD;
}
.AnyTagClassName
{
color: #FCB4AD;
}
</style>
background-color css
<style>
a { background-color: #FCB4AD; }
a { background-color: rgb(252,180,173); }
div.DivClassName
{
background-color: #FCB4AD;
}
.BgClassName
{
background-color: #FCB4AD;
}
</style>
border-color css
<style>
span { border-color: #FCB4AD; }
span { border-color: rgb(252,180,173); }
td.TdClassName
{
border-color: #FCB4AD;
}
.TagClassName
{
border-color: #FCB4AD;
}
</style>