Shades of Wewak #FA98A3
Tints of Wewak #FA98A3
RGB
CMYK
RGB Variations
Color information
#FA98A3 (or 0xFA98A3) is known color: Wewak. HEX triplet: FA, 98 and A3. RGB value is (250,152,163). Sum of RGB (Red+Green+Blue) = 250+152+163=565 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.25% from 565); Green value is 152 (59.77% from 255 or 26.90% from 565); Blue value is 163 (64.06% from 255 or 28.85% from 565); Max value from RGB is 250 - color contains mainly: red. Hex color #FA98A3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA98A3 is #05675C. Grayscale: #B6B6B6. Windows color (decimal): -354141 or 10721530. OLE color: 10721530.
HSL color Cylindrical-coordinate representation of color #FA98A3: hue angle of 353.27º 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 #FA98A3 is Cyan = 0, Magento = 0.39, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 152 | 163 | - |
| CMYK | 0 | 0.39 | 0.35 | 0.02 |
| HSL | 353.27º | 0.91% | 0.79% | - |
| HSV(B) | 353.27º | 0.39% | 0.98% | - |
| XYZ | 57.26 | 45.42 | 40.4 | - |
| YUV | 182.56 | 116.97 | 176.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 152 | 163 | 0 | 0.39 | 0.35 | 0.02 | 353.27 | 0.91 | 0.79 |
| Hex | FA | 98 | A3 | 0 | 27 | 23 | 2 | 161 | 5B | 4F |
| Octal | 372 | 230 | 243 | 0 | 47 | 43 | 2 | 541 | 133 | 117 |
| Binary | 11111010 | 10011000 | 10100011 | 0 | 100111 | 100011 | 10 | 101100001 | 1011011 | 1001111 |
Color Harmonies of #FA98A3
Complementary color
Monochromatic Colors of #FA98A3
Black with #FA98A3
Text Example
Text Example
White with #FA98A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA98A3; }
p { color: rgb(250,152,163); }
H1.HeaderClassName
{
color: #FA98A3;
}
.AnyTagClassName
{
color: #FA98A3;
}
</style>
background-color css
<style>
a { background-color: #FA98A3; }
a { background-color: rgb(250,152,163); }
div.DivClassName
{
background-color: #FA98A3;
}
.BgClassName
{
background-color: #FA98A3;
}
</style>
border-color css
<style>
span { border-color: #FA98A3; }
span { border-color: rgb(250,152,163); }
td.TdClassName
{
border-color: #FA98A3;
}
.TagClassName
{
border-color: #FA98A3;
}
</style>