Shades of Tacao #FCAF7B
Tints of Tacao #FCAF7B
RGB
CMYK
RGB Variations
Color information
#FCAF7B (or 0xFCAF7B) is known color: Tacao. HEX triplet: FC, AF and 7B. RGB value is (252,175,123). Sum of RGB (Red+Green+Blue) = 252+175+123=550 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.82% from 550); Green value is 175 (68.75% from 255 or 31.82% from 550); Blue value is 123 (48.44% from 255 or 22.36% from 550); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAF7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCAF7B is #035084. Grayscale: #C0C0C0. Windows color (decimal): -217221 or 8105980. OLE color: 8105980.
HSL color Cylindrical-coordinate representation of color #FCAF7B: hue angle of 24.19º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FCAF7B is Cyan = 0, Magento = 0.31, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 175 | 123 | - |
| CMYK | 0 | 0.31 | 0.51 | 0.01 |
| HSL | 24.19º | 0.96% | 0.74% | - |
| HSV(B) | 24.19º | 0.51% | 0.99% | - |
| XYZ | 59.05 | 52.79 | 25.82 | - |
| YUV | 192.1 | 89.01 | 170.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 175 | 123 | 0 | 0.31 | 0.51 | 0.01 | 24.19 | 0.96 | 0.74 |
| Hex | FC | AF | 7B | 0 | 1F | 33 | 1 | 18 | 60 | 4A |
| Octal | 374 | 257 | 173 | 0 | 37 | 63 | 1 | 30 | 140 | 112 |
| Binary | 11111100 | 10101111 | 1111011 | 0 | 11111 | 110011 | 1 | 11000 | 1100000 | 1001010 |
Color Harmonies of #FCAF7B
Complementary color
Monochromatic Colors of #FCAF7B
Black with #FCAF7B
Text Example
Text Example
White with #FCAF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAF7B; }
p { color: rgb(252,175,123); }
H1.HeaderClassName
{
color: #FCAF7B;
}
.AnyTagClassName
{
color: #FCAF7B;
}
</style>
background-color css
<style>
a { background-color: #FCAF7B; }
a { background-color: rgb(252,175,123); }
div.DivClassName
{
background-color: #FCAF7B;
}
.BgClassName
{
background-color: #FCAF7B;
}
</style>
border-color css
<style>
span { border-color: #FCAF7B; }
span { border-color: rgb(252,175,123); }
td.TdClassName
{
border-color: #FCAF7B;
}
.TagClassName
{
border-color: #FCAF7B;
}
</style>