Shades of Wewak #FCA7A8
Tints of Wewak #FCA7A8
RGB
CMYK
RGB Variations
Color information
#FCA7A8 (or 0xFCA7A8) is known color: Wewak. HEX triplet: FC, A7 and A8. RGB value is (252,167,168). Sum of RGB (Red+Green+Blue) = 252+167+168=587 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.93% from 587); Green value is 167 (65.62% from 255 or 28.45% from 587); Blue value is 168 (66.02% from 255 or 28.62% from 587); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA7A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA7A8 is #035857. Grayscale: #C0C0C0. Windows color (decimal): -219224 or 11053052. OLE color: 11053052.
HSL color Cylindrical-coordinate representation of color #FCA7A8: hue angle of 359.29º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FCA7A8 is Cyan = 0, Magento = 0.34, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 167 | 168 | - |
CMYK | 0 | 0.34 | 0.33 | 0.01 |
HSL | 359.29º | 0.93% | 0.82% | - |
HSV(B) | 359.29º | 0.34% | 0.99% | - |
XYZ | 61.03 | 51.16 | 43.7 | - |
YUV | 192.53 | 114.16 | 170.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 167 | 168 | 0 | 0.34 | 0.33 | 0.01 | 359.29 | 0.93 | 0.82 |
Hex | FC | A7 | A8 | 0 | 22 | 21 | 1 | 167 | 5D | 52 |
Octal | 374 | 247 | 250 | 0 | 42 | 41 | 1 | 547 | 135 | 122 |
Binary | 11111100 | 10100111 | 10101000 | 0 | 100010 | 100001 | 1 | 101100111 | 1011101 | 1010010 |
Color Harmonies of #FCA7A8
Complementary color
Monochromatic Colors of #FCA7A8
Black with #FCA7A8
Text Example
Text Example
White with #FCA7A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA7A8; }
p { color: rgb(252,167,168); }
H1.HeaderClassName
{
color: #FCA7A8;
}
.AnyTagClassName
{
color: #FCA7A8;
}
</style>
background-color css
<style>
a { background-color: #FCA7A8; }
a { background-color: rgb(252,167,168); }
div.DivClassName
{
background-color: #FCA7A8;
}
.BgClassName
{
background-color: #FCA7A8;
}
</style>
border-color css
<style>
span { border-color: #FCA7A8; }
span { border-color: rgb(252,167,168); }
td.TdClassName
{
border-color: #FCA7A8;
}
.TagClassName
{
border-color: #FCA7A8;
}
</style>