Shades of Wewak #FA99A2
Tints of Wewak #FA99A2
RGB
CMYK
RGB Variations
Color information
#FA99A2 (or 0xFA99A2) is known color: Wewak. HEX triplet: FA, 99 and A2. RGB value is (250,153,162). Sum of RGB (Red+Green+Blue) = 250+153+162=565 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.25% from 565); Green value is 153 (60.16% from 255 or 27.08% from 565); Blue value is 162 (63.67% from 255 or 28.67% from 565); Max value from RGB is 250 - color contains mainly: red. Hex color #FA99A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA99A2 is #05665D. Grayscale: #B7B7B7. Windows color (decimal): -353886 or 10656250. OLE color: 10656250.
HSL color Cylindrical-coordinate representation of color #FA99A2: hue angle of 354.43º 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 #FA99A2 is Cyan = 0, Magento = 0.39, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 153 | 162 | - |
| CMYK | 0 | 0.39 | 0.35 | 0.02 |
| HSL | 354.43º | 0.91% | 0.79% | - |
| HSV(B) | 354.43º | 0.39% | 0.98% | - |
| XYZ | 57.34 | 45.72 | 39.98 | - |
| YUV | 183.03 | 116.14 | 175.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 153 | 162 | 0 | 0.39 | 0.35 | 0.02 | 354.43 | 0.91 | 0.79 |
| Hex | FA | 99 | A2 | 0 | 27 | 23 | 2 | 162 | 5B | 4F |
| Octal | 372 | 231 | 242 | 0 | 47 | 43 | 2 | 542 | 133 | 117 |
| Binary | 11111010 | 10011001 | 10100010 | 0 | 100111 | 100011 | 10 | 101100010 | 1011011 | 1001111 |
Color Harmonies of #FA99A2
Complementary color
Monochromatic Colors of #FA99A2
Black with #FA99A2
Text Example
Text Example
White with #FA99A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA99A2; }
p { color: rgb(250,153,162); }
H1.HeaderClassName
{
color: #FA99A2;
}
.AnyTagClassName
{
color: #FA99A2;
}
</style>
background-color css
<style>
a { background-color: #FA99A2; }
a { background-color: rgb(250,153,162); }
div.DivClassName
{
background-color: #FA99A2;
}
.BgClassName
{
background-color: #FA99A2;
}
</style>
border-color css
<style>
span { border-color: #FA99A2; }
span { border-color: rgb(250,153,162); }
td.TdClassName
{
border-color: #FA99A2;
}
.TagClassName
{
border-color: #FA99A2;
}
</style>