Shades of Sundown #FCABAA
Tints of Sundown #FCABAA
RGB
CMYK
RGB Variations
Color information
#FCABAA (or 0xFCABAA) is known color: Sundown. HEX triplet: FC, AB and AA. RGB value is (252,171,170). Sum of RGB (Red+Green+Blue) = 252+171+170=593 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.50% from 593); Green value is 171 (67.19% from 255 or 28.84% from 593); Blue value is 170 (66.80% from 255 or 28.67% from 593); Max value from RGB is 252 - color contains mainly: red. Hex color #FCABAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCABAA is #035455. Grayscale: #C3C3C3. Windows color (decimal): -218198 or 11185148. OLE color: 11185148.
HSL color Cylindrical-coordinate representation of color #FCABAA: hue angle of 0.73º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FCABAA is Cyan = 0, Magento = 0.32, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 171 | 170 | - |
| CMYK | 0 | 0.32 | 0.33 | 0.01 |
| HSL | 0.73º | 0.93% | 0.83% | - |
| HSV(B) | 0.73º | 0.33% | 0.99% | - |
| XYZ | 61.96 | 52.72 | 44.94 | - |
| YUV | 195.11 | 113.84 | 168.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 171 | 170 | 0 | 0.32 | 0.33 | 0.01 | 0.73 | 0.93 | 0.83 |
| Hex | FC | AB | AA | 0 | 20 | 21 | 1 | 1 | 5D | 53 |
| Octal | 374 | 253 | 252 | 0 | 40 | 41 | 1 | 1 | 135 | 123 |
| Binary | 11111100 | 10101011 | 10101010 | 0 | 100000 | 100001 | 1 | 1 | 1011101 | 1010011 |
Color Harmonies of #FCABAA
Complementary color
Monochromatic Colors of #FCABAA
Black with #FCABAA
Text Example
Text Example
White with #FCABAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCABAA; }
p { color: rgb(252,171,170); }
H1.HeaderClassName
{
color: #FCABAA;
}
.AnyTagClassName
{
color: #FCABAA;
}
</style>
background-color css
<style>
a { background-color: #FCABAA; }
a { background-color: rgb(252,171,170); }
div.DivClassName
{
background-color: #FCABAA;
}
.BgClassName
{
background-color: #FCABAA;
}
</style>
border-color css
<style>
span { border-color: #FCABAA; }
span { border-color: rgb(252,171,170); }
td.TdClassName
{
border-color: #FCABAA;
}
.TagClassName
{
border-color: #FCABAA;
}
</style>