Shades of Wewak #FA98A0
Tints of Wewak #FA98A0
RGB
CMYK
RGB Variations
Color information
#FA98A0 (or 0xFA98A0) is known color: Wewak. HEX triplet: FA, 98 and A0. RGB value is (250,152,160). Sum of RGB (Red+Green+Blue) = 250+152+160=562 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.48% from 562); Green value is 152 (59.77% from 255 or 27.05% from 562); Blue value is 160 (62.89% from 255 or 28.47% from 562); Max value from RGB is 250 - color contains mainly: red. Hex color #FA98A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA98A0 is #05675F. Grayscale: #B6B6B6. Windows color (decimal): -354144 or 10524922. OLE color: 10524922.
HSL color Cylindrical-coordinate representation of color #FA98A0: hue angle of 355.1º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FA98A0 is Cyan = 0, Magento = 0.39, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 152 | 160 | - |
| CMYK | 0 | 0.39 | 0.36 | 0.02 |
| HSL | 355.1º | 0.91% | 0.79% | - |
| HSV(B) | 355.1º | 0.39% | 0.98% | - |
| XYZ | 57 | 45.32 | 39 | - |
| YUV | 182.21 | 115.47 | 176.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 152 | 160 | 0 | 0.39 | 0.36 | 0.02 | 355.1 | 0.91 | 0.79 |
| Hex | FA | 98 | A0 | 0 | 27 | 24 | 2 | 163 | 5B | 4F |
| Octal | 372 | 230 | 240 | 0 | 47 | 44 | 2 | 543 | 133 | 117 |
| Binary | 11111010 | 10011000 | 10100000 | 0 | 100111 | 100100 | 10 | 101100011 | 1011011 | 1001111 |
Color Harmonies of #FA98A0
Complementary color
Monochromatic Colors of #FA98A0
Black with #FA98A0
Text Example
Text Example
White with #FA98A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA98A0; }
p { color: rgb(250,152,160); }
H1.HeaderClassName
{
color: #FA98A0;
}
.AnyTagClassName
{
color: #FA98A0;
}
</style>
background-color css
<style>
a { background-color: #FA98A0; }
a { background-color: rgb(250,152,160); }
div.DivClassName
{
background-color: #FA98A0;
}
.BgClassName
{
background-color: #FA98A0;
}
</style>
border-color css
<style>
span { border-color: #FA98A0; }
span { border-color: rgb(250,152,160); }
td.TdClassName
{
border-color: #FA98A0;
}
.TagClassName
{
border-color: #FA98A0;
}
</style>