Shades of Wewak #FD8F9C
Tints of Wewak #FD8F9C
RGB
CMYK
RGB Variations
Color information
#FD8F9C (or 0xFD8F9C) is known color: Wewak. HEX triplet: FD, 8F and 9C. RGB value is (253,143,156). Sum of RGB (Red+Green+Blue) = 253+143+156=552 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.83% from 552); Green value is 143 (56.25% from 255 or 25.91% from 552); Blue value is 156 (61.33% from 255 or 28.26% from 552); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8F9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD8F9C is #027063. Grayscale: #B1B1B1. Windows color (decimal): -159844 or 10260477. OLE color: 10260477.
HSL color Cylindrical-coordinate representation of color #FD8F9C: hue angle of 352.91º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FD8F9C is Cyan = 0, Magento = 0.43, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 143 | 156 | - |
| CMYK | 0 | 0.43 | 0.38 | 0.01 |
| HSL | 352.91º | 0.96% | 0.78% | - |
| HSV(B) | 352.91º | 0.43% | 0.99% | - |
| XYZ | 56.33 | 42.93 | 36.77 | - |
| YUV | 177.37 | 115.94 | 181.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 143 | 156 | 0 | 0.43 | 0.38 | 0.01 | 352.91 | 0.96 | 0.78 |
| Hex | FD | 8F | 9C | 0 | 2B | 26 | 1 | 161 | 60 | 4E |
| Octal | 375 | 217 | 234 | 0 | 53 | 46 | 1 | 541 | 140 | 116 |
| Binary | 11111101 | 10001111 | 10011100 | 0 | 101011 | 100110 | 1 | 101100001 | 1100000 | 1001110 |
Color Harmonies of #FD8F9C
Complementary color
Monochromatic Colors of #FD8F9C
Black with #FD8F9C
Text Example
Text Example
White with #FD8F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8F9C; }
p { color: rgb(253,143,156); }
H1.HeaderClassName
{
color: #FD8F9C;
}
.AnyTagClassName
{
color: #FD8F9C;
}
</style>
background-color css
<style>
a { background-color: #FD8F9C; }
a { background-color: rgb(253,143,156); }
div.DivClassName
{
background-color: #FD8F9C;
}
.BgClassName
{
background-color: #FD8F9C;
}
</style>
border-color css
<style>
span { border-color: #FD8F9C; }
span { border-color: rgb(253,143,156); }
td.TdClassName
{
border-color: #FD8F9C;
}
.TagClassName
{
border-color: #FD8F9C;
}
</style>