Shades of Wewak #FD8A8B
Tints of Wewak #FD8A8B
RGB
CMYK
RGB Variations
Color information
#FD8A8B (or 0xFD8A8B) is known color: Wewak. HEX triplet: FD, 8A and 8B. RGB value is (253,138,139). Sum of RGB (Red+Green+Blue) = 253+138+139=530 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.74% from 530); Green value is 138 (54.30% from 255 or 26.04% from 530); Blue value is 139 (54.69% from 255 or 26.23% from 530); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8A8B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD8A8B is #027574. Grayscale: #ACACAC. Windows color (decimal): -161141 or 9145085. OLE color: 9145085.
HSL color Cylindrical-coordinate representation of color #FD8A8B: hue angle of 359.48º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FD8A8B is Cyan = 0, Magento = 0.45, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 138 | 139 | - |
| CMYK | 0 | 0.45 | 0.45 | 0.01 |
| HSL | 359.48º | 0.97% | 0.77% | - |
| HSV(B) | 359.48º | 0.45% | 0.99% | - |
| XYZ | 54.26 | 40.92 | 29.47 | - |
| YUV | 172.5 | 109.1 | 185.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 138 | 139 | 0 | 0.45 | 0.45 | 0.01 | 359.48 | 0.97 | 0.77 |
| Hex | FD | 8A | 8B | 0 | 2D | 2D | 1 | 167 | 61 | 4D |
| Octal | 375 | 212 | 213 | 0 | 55 | 55 | 1 | 547 | 141 | 115 |
| Binary | 11111101 | 10001010 | 10001011 | 0 | 101101 | 101101 | 1 | 101100111 | 1100001 | 1001101 |
Color Harmonies of #FD8A8B
Complementary color
Monochromatic Colors of #FD8A8B
Black with #FD8A8B
Text Example
Text Example
White with #FD8A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8A8B; }
p { color: rgb(253,138,139); }
H1.HeaderClassName
{
color: #FD8A8B;
}
.AnyTagClassName
{
color: #FD8A8B;
}
</style>
background-color css
<style>
a { background-color: #FD8A8B; }
a { background-color: rgb(253,138,139); }
div.DivClassName
{
background-color: #FD8A8B;
}
.BgClassName
{
background-color: #FD8A8B;
}
</style>
border-color css
<style>
span { border-color: #FD8A8B; }
span { border-color: rgb(253,138,139); }
td.TdClassName
{
border-color: #FD8A8B;
}
.TagClassName
{
border-color: #FD8A8B;
}
</style>