Shades of Wewak #FA888A
Tints of Wewak #FA888A
RGB
CMYK
RGB Variations
Color information
#FA888A (or 0xFA888A) is known color: Wewak. HEX triplet: FA, 88 and 8A. RGB value is (250,136,138). Sum of RGB (Red+Green+Blue) = 250+136+138=524 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.71% from 524); Green value is 136 (53.52% from 255 or 25.95% from 524); Blue value is 138 (54.30% from 255 or 26.34% from 524); Max value from RGB is 250 - color contains mainly: red. Hex color #FA888A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA888A is #057775. Grayscale: #AAAAAA. Windows color (decimal): -358262 or 9079034. OLE color: 9079034.
HSL color Cylindrical-coordinate representation of color #FA888A: hue angle of 358.95º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FA888A is Cyan = 0, Magento = 0.46, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 136 | 138 | - |
| CMYK | 0 | 0.46 | 0.45 | 0.02 |
| HSL | 358.95º | 0.92% | 0.76% | - |
| HSV(B) | 358.95º | 0.46% | 0.98% | - |
| XYZ | 52.82 | 39.77 | 28.94 | - |
| YUV | 170.31 | 109.77 | 184.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 136 | 138 | 0 | 0.46 | 0.45 | 0.02 | 358.95 | 0.92 | 0.76 |
| Hex | FA | 88 | 8A | 0 | 2E | 2D | 2 | 167 | 5C | 4C |
| Octal | 372 | 210 | 212 | 0 | 56 | 55 | 2 | 547 | 134 | 114 |
| Binary | 11111010 | 10001000 | 10001010 | 0 | 101110 | 101101 | 10 | 101100111 | 1011100 | 1001100 |
Color Harmonies of #FA888A
Complementary color
Monochromatic Colors of #FA888A
Black with #FA888A
Text Example
Text Example
White with #FA888A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA888A; }
p { color: rgb(250,136,138); }
H1.HeaderClassName
{
color: #FA888A;
}
.AnyTagClassName
{
color: #FA888A;
}
</style>
background-color css
<style>
a { background-color: #FA888A; }
a { background-color: rgb(250,136,138); }
div.DivClassName
{
background-color: #FA888A;
}
.BgClassName
{
background-color: #FA888A;
}
</style>
border-color css
<style>
span { border-color: #FA888A; }
span { border-color: rgb(250,136,138); }
td.TdClassName
{
border-color: #FA888A;
}
.TagClassName
{
border-color: #FA888A;
}
</style>