Shades of Tacao #FCAF7D
Tints of Tacao #FCAF7D
RGB
CMYK
RGB Variations
Color information
#FCAF7D (or 0xFCAF7D) is known color: Tacao. HEX triplet: FC, AF and 7D. RGB value is (252,175,125). Sum of RGB (Red+Green+Blue) = 252+175+125=552 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.65% from 552); Green value is 175 (68.75% from 255 or 31.70% from 552); Blue value is 125 (49.22% from 255 or 22.64% from 552); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAF7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCAF7D is #035082. Grayscale: #C0C0C0. Windows color (decimal): -217219 or 8237052. OLE color: 8237052.
HSL color Cylindrical-coordinate representation of color #FCAF7D: hue angle of 23.62º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FCAF7D is Cyan = 0, Magento = 0.31, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 175 | 125 | - |
| CMYK | 0 | 0.31 | 0.50 | 0.01 |
| HSL | 23.62º | 0.95% | 0.74% | - |
| HSV(B) | 23.62º | 0.5% | 0.99% | - |
| XYZ | 59.18 | 52.84 | 26.48 | - |
| YUV | 192.32 | 90.01 | 170.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 175 | 125 | 0 | 0.31 | 0.50 | 0.01 | 23.62 | 0.95 | 0.74 |
| Hex | FC | AF | 7D | 0 | 1F | 32 | 1 | 18 | 5F | 4A |
| Octal | 374 | 257 | 175 | 0 | 37 | 62 | 1 | 30 | 137 | 112 |
| Binary | 11111100 | 10101111 | 1111101 | 0 | 11111 | 110010 | 1 | 11000 | 1011111 | 1001010 |
Color Harmonies of #FCAF7D
Complementary color
Monochromatic Colors of #FCAF7D
Black with #FCAF7D
Text Example
Text Example
White with #FCAF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAF7D; }
p { color: rgb(252,175,125); }
H1.HeaderClassName
{
color: #FCAF7D;
}
.AnyTagClassName
{
color: #FCAF7D;
}
</style>
background-color css
<style>
a { background-color: #FCAF7D; }
a { background-color: rgb(252,175,125); }
div.DivClassName
{
background-color: #FCAF7D;
}
.BgClassName
{
background-color: #FCAF7D;
}
</style>
border-color css
<style>
span { border-color: #FCAF7D; }
span { border-color: rgb(252,175,125); }
td.TdClassName
{
border-color: #FCAF7D;
}
.TagClassName
{
border-color: #FCAF7D;
}
</style>