Shades of Wewak #FD8A8F
Tints of Wewak #FD8A8F
RGB
CMYK
RGB Variations
Color information
#FD8A8F (or 0xFD8A8F) is known color: Wewak. HEX triplet: FD, 8A and 8F. RGB value is (253,138,143). Sum of RGB (Red+Green+Blue) = 253+138+143=534 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.38% from 534); Green value is 138 (54.30% from 255 or 25.84% from 534); Blue value is 143 (56.25% from 255 or 26.78% from 534); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8A8F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD8A8F is #027570. Grayscale: #ADADAD. Windows color (decimal): -161137 or 9407229. OLE color: 9407229.
HSL color Cylindrical-coordinate representation of color #FD8A8F: hue angle of 357.39º 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 #FD8A8F is Cyan = 0, Magento = 0.45, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 138 | 143 | - |
| CMYK | 0 | 0.45 | 0.43 | 0.01 |
| HSL | 357.39º | 0.97% | 0.77% | - |
| HSV(B) | 357.39º | 0.45% | 0.99% | - |
| XYZ | 54.55 | 41.04 | 31.03 | - |
| YUV | 172.96 | 111.1 | 185.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 138 | 143 | 0 | 0.45 | 0.43 | 0.01 | 357.39 | 0.97 | 0.77 |
| Hex | FD | 8A | 8F | 0 | 2D | 2B | 1 | 165 | 61 | 4D |
| Octal | 375 | 212 | 217 | 0 | 55 | 53 | 1 | 545 | 141 | 115 |
| Binary | 11111101 | 10001010 | 10001111 | 0 | 101101 | 101011 | 1 | 101100101 | 1100001 | 1001101 |
Color Harmonies of #FD8A8F
Complementary color
Monochromatic Colors of #FD8A8F
Black with #FD8A8F
Text Example
Text Example
White with #FD8A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8A8F; }
p { color: rgb(253,138,143); }
H1.HeaderClassName
{
color: #FD8A8F;
}
.AnyTagClassName
{
color: #FD8A8F;
}
</style>
background-color css
<style>
a { background-color: #FD8A8F; }
a { background-color: rgb(253,138,143); }
div.DivClassName
{
background-color: #FD8A8F;
}
.BgClassName
{
background-color: #FD8A8F;
}
</style>
border-color css
<style>
span { border-color: #FD8A8F; }
span { border-color: rgb(253,138,143); }
td.TdClassName
{
border-color: #FD8A8F;
}
.TagClassName
{
border-color: #FD8A8F;
}
</style>