Shades of Tacao #FCAF7A
Tints of Tacao #FCAF7A
RGB
CMYK
RGB Variations
Color information
#FCAF7A (or 0xFCAF7A) is known color: Tacao. HEX triplet: FC, AF and 7A. RGB value is (252,175,122). Sum of RGB (Red+Green+Blue) = 252+175+122=549 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.90% from 549); Green value is 175 (68.75% from 255 or 31.88% from 549); Blue value is 122 (48.05% from 255 or 22.22% from 549); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAF7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCAF7A is #035085. Grayscale: #C0C0C0. Windows color (decimal): -217222 or 8040444. OLE color: 8040444.
HSL color Cylindrical-coordinate representation of color #FCAF7A: hue angle of 24.46º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FCAF7A is Cyan = 0, Magento = 0.31, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 175 | 122 | - |
CMYK | 0 | 0.31 | 0.52 | 0.01 |
HSL | 24.46º | 0.96% | 0.73% | - |
HSV(B) | 24.46º | 0.52% | 0.99% | - |
XYZ | 58.99 | 52.76 | 25.49 | - |
YUV | 191.98 | 88.51 | 170.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 175 | 122 | 0 | 0.31 | 0.52 | 0.01 | 24.46 | 0.96 | 0.73 |
Hex | FC | AF | 7A | 0 | 1F | 34 | 1 | 18 | 60 | 49 |
Octal | 374 | 257 | 172 | 0 | 37 | 64 | 1 | 30 | 140 | 111 |
Binary | 11111100 | 10101111 | 1111010 | 0 | 11111 | 110100 | 1 | 11000 | 1100000 | 1001001 |
Color Harmonies of #FCAF7A
Complementary color
Monochromatic Colors of #FCAF7A
Black with #FCAF7A
Text Example
Text Example
White with #FCAF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAF7A; }
p { color: rgb(252,175,122); }
H1.HeaderClassName
{
color: #FCAF7A;
}
.AnyTagClassName
{
color: #FCAF7A;
}
</style>
background-color css
<style>
a { background-color: #FCAF7A; }
a { background-color: rgb(252,175,122); }
div.DivClassName
{
background-color: #FCAF7A;
}
.BgClassName
{
background-color: #FCAF7A;
}
</style>
border-color css
<style>
span { border-color: #FCAF7A; }
span { border-color: rgb(252,175,122); }
td.TdClassName
{
border-color: #FCAF7A;
}
.TagClassName
{
border-color: #FCAF7A;
}
</style>