Shades of Sundown #FCABA3
Tints of Sundown #FCABA3
RGB
CMYK
RGB Variations
Color information
#FCABA3 (or 0xFCABA3) is known color: Sundown. HEX triplet: FC, AB and A3. RGB value is (252,171,163). Sum of RGB (Red+Green+Blue) = 252+171+163=586 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.00% from 586); Green value is 171 (67.19% from 255 or 29.18% from 586); Blue value is 163 (64.06% from 255 or 27.82% from 586); Max value from RGB is 252 - color contains mainly: red. Hex color #FCABA3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCABA3 is #03545C. Grayscale: #C2C2C2. Windows color (decimal): -218205 or 10726396. OLE color: 10726396.
HSL color Cylindrical-coordinate representation of color #FCABA3: hue angle of 5.39º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FCABA3 is Cyan = 0, Magento = 0.32, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 171 | 163 | - |
| CMYK | 0 | 0.32 | 0.35 | 0.01 |
| HSL | 5.39º | 0.94% | 0.81% | - |
| HSV(B) | 5.39º | 0.35% | 0.99% | - |
| XYZ | 61.32 | 52.47 | 41.55 | - |
| YUV | 194.31 | 110.34 | 169.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 171 | 163 | 0 | 0.32 | 0.35 | 0.01 | 5.39 | 0.94 | 0.81 |
| Hex | FC | AB | A3 | 0 | 20 | 23 | 1 | 5 | 5E | 51 |
| Octal | 374 | 253 | 243 | 0 | 40 | 43 | 1 | 5 | 136 | 121 |
| Binary | 11111100 | 10101011 | 10100011 | 0 | 100000 | 100011 | 1 | 101 | 1011110 | 1010001 |
Color Harmonies of #FCABA3
Complementary color
Monochromatic Colors of #FCABA3
Black with #FCABA3
Text Example
Text Example
White with #FCABA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCABA3; }
p { color: rgb(252,171,163); }
H1.HeaderClassName
{
color: #FCABA3;
}
.AnyTagClassName
{
color: #FCABA3;
}
</style>
background-color css
<style>
a { background-color: #FCABA3; }
a { background-color: rgb(252,171,163); }
div.DivClassName
{
background-color: #FCABA3;
}
.BgClassName
{
background-color: #FCABA3;
}
</style>
border-color css
<style>
span { border-color: #FCABA3; }
span { border-color: rgb(252,171,163); }
td.TdClassName
{
border-color: #FCABA3;
}
.TagClassName
{
border-color: #FCABA3;
}
</style>