Shades of Sundown #FCAFAA
Tints of Sundown #FCAFAA
RGB
CMYK
RGB Variations
Color information
#FCAFAA (or 0xFCAFAA) is known color: Sundown. HEX triplet: FC, AF and AA. RGB value is (252,175,170). Sum of RGB (Red+Green+Blue) = 252+175+170=597 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.21% from 597); Green value is 175 (68.75% from 255 or 29.31% from 597); Blue value is 170 (66.80% from 255 or 28.48% from 597); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAFAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCAFAA is #035055. Grayscale: #C5C5C5. Windows color (decimal): -217174 or 11186172. OLE color: 11186172.
HSL color Cylindrical-coordinate representation of color #FCAFAA: hue angle of 3.66º 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 #FCAFAA is Cyan = 0, Magento = 0.31, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 175 | 170 | - |
| CMYK | 0 | 0.31 | 0.33 | 0.01 |
| HSL | 3.66º | 0.93% | 0.83% | - |
| HSV(B) | 3.66º | 0.33% | 0.99% | - |
| XYZ | 62.73 | 54.26 | 45.2 | - |
| YUV | 197.45 | 112.51 | 166.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 175 | 170 | 0 | 0.31 | 0.33 | 0.01 | 3.66 | 0.93 | 0.83 |
| Hex | FC | AF | AA | 0 | 1F | 21 | 1 | 4 | 5D | 53 |
| Octal | 374 | 257 | 252 | 0 | 37 | 41 | 1 | 4 | 135 | 123 |
| Binary | 11111100 | 10101111 | 10101010 | 0 | 11111 | 100001 | 1 | 100 | 1011101 | 1010011 |
Color Harmonies of #FCAFAA
Complementary color
Monochromatic Colors of #FCAFAA
Black with #FCAFAA
Text Example
Text Example
White with #FCAFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAFAA; }
p { color: rgb(252,175,170); }
H1.HeaderClassName
{
color: #FCAFAA;
}
.AnyTagClassName
{
color: #FCAFAA;
}
</style>
background-color css
<style>
a { background-color: #FCAFAA; }
a { background-color: rgb(252,175,170); }
div.DivClassName
{
background-color: #FCAFAA;
}
.BgClassName
{
background-color: #FCAFAA;
}
</style>
border-color css
<style>
span { border-color: #FCAFAA; }
span { border-color: rgb(252,175,170); }
td.TdClassName
{
border-color: #FCAFAA;
}
.TagClassName
{
border-color: #FCAFAA;
}
</style>