Shades of Wewak #FCA1A8
Tints of Wewak #FCA1A8
RGB
CMYK
RGB Variations
Color information
#FCA1A8 (or 0xFCA1A8) is known color: Wewak. HEX triplet: FC, A1 and A8. RGB value is (252,161,168). Sum of RGB (Red+Green+Blue) = 252+161+168=581 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.37% from 581); Green value is 161 (63.28% from 255 or 27.71% from 581); Blue value is 168 (66.02% from 255 or 28.92% from 581); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA1A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA1A8 is #035E57. Grayscale: #BDBDBD. Windows color (decimal): -220760 or 11051516. OLE color: 11051516.
HSL color Cylindrical-coordinate representation of color #FCA1A8: hue angle of 355.38º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FCA1A8 is Cyan = 0, Magento = 0.36, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 161 | 168 | - |
| CMYK | 0 | 0.36 | 0.33 | 0.01 |
| HSL | 355.38º | 0.94% | 0.81% | - |
| HSV(B) | 355.38º | 0.36% | 0.99% | - |
| XYZ | 59.96 | 49.01 | 43.35 | - |
| YUV | 189.01 | 116.15 | 172.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 161 | 168 | 0 | 0.36 | 0.33 | 0.01 | 355.38 | 0.94 | 0.81 |
| Hex | FC | A1 | A8 | 0 | 24 | 21 | 1 | 163 | 5E | 51 |
| Octal | 374 | 241 | 250 | 0 | 44 | 41 | 1 | 543 | 136 | 121 |
| Binary | 11111100 | 10100001 | 10101000 | 0 | 100100 | 100001 | 1 | 101100011 | 1011110 | 1010001 |
Color Harmonies of #FCA1A8
Complementary color
Monochromatic Colors of #FCA1A8
Black with #FCA1A8
Text Example
Text Example
White with #FCA1A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA1A8; }
p { color: rgb(252,161,168); }
H1.HeaderClassName
{
color: #FCA1A8;
}
.AnyTagClassName
{
color: #FCA1A8;
}
</style>
background-color css
<style>
a { background-color: #FCA1A8; }
a { background-color: rgb(252,161,168); }
div.DivClassName
{
background-color: #FCA1A8;
}
.BgClassName
{
background-color: #FCA1A8;
}
</style>
border-color css
<style>
span { border-color: #FCA1A8; }
span { border-color: rgb(252,161,168); }
td.TdClassName
{
border-color: #FCA1A8;
}
.TagClassName
{
border-color: #FCA1A8;
}
</style>