Shades of Wewak #FD888A
Tints of Wewak #FD888A
RGB
CMYK
RGB Variations
Color information
#FD888A (or 0xFD888A) is known color: Wewak. HEX triplet: FD, 88 and 8A. RGB value is (253,136,138). Sum of RGB (Red+Green+Blue) = 253+136+138=527 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.01% from 527); Green value is 136 (53.52% from 255 or 25.81% from 527); Blue value is 138 (54.30% from 255 or 26.19% from 527); Max value from RGB is 253 - color contains mainly: red. Hex color #FD888A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD888A is #027775. Grayscale: #ABABAB. Windows color (decimal): -161654 or 9079037. OLE color: 9079037.
HSL color Cylindrical-coordinate representation of color #FD888A: hue angle of 358.97º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FD888A is Cyan = 0, Magento = 0.46, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 136 | 138 | - |
| CMYK | 0 | 0.46 | 0.45 | 0.01 |
| HSL | 358.97º | 0.97% | 0.76% | - |
| HSV(B) | 358.97º | 0.46% | 0.99% | - |
| XYZ | 53.9 | 40.33 | 28.99 | - |
| YUV | 171.21 | 109.26 | 186.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 136 | 138 | 0 | 0.46 | 0.45 | 0.01 | 358.97 | 0.97 | 0.76 |
| Hex | FD | 88 | 8A | 0 | 2E | 2D | 1 | 167 | 61 | 4C |
| Octal | 375 | 210 | 212 | 0 | 56 | 55 | 1 | 547 | 141 | 114 |
| Binary | 11111101 | 10001000 | 10001010 | 0 | 101110 | 101101 | 1 | 101100111 | 1100001 | 1001100 |
Color Harmonies of #FD888A
Complementary color
Monochromatic Colors of #FD888A
Black with #FD888A
Text Example
Text Example
White with #FD888A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD888A; }
p { color: rgb(253,136,138); }
H1.HeaderClassName
{
color: #FD888A;
}
.AnyTagClassName
{
color: #FD888A;
}
</style>
background-color css
<style>
a { background-color: #FD888A; }
a { background-color: rgb(253,136,138); }
div.DivClassName
{
background-color: #FD888A;
}
.BgClassName
{
background-color: #FD888A;
}
</style>
border-color css
<style>
span { border-color: #FD888A; }
span { border-color: rgb(253,136,138); }
td.TdClassName
{
border-color: #FD888A;
}
.TagClassName
{
border-color: #FD888A;
}
</style>