Shades of Wewak #FD858F
Tints of Wewak #FD858F
RGB
CMYK
RGB Variations
Color information
#FD858F (or 0xFD858F) is known color: Wewak. HEX triplet: FD, 85 and 8F. RGB value is (253,133,143). Sum of RGB (Red+Green+Blue) = 253+133+143=529 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.83% from 529); Green value is 133 (52.34% from 255 or 25.14% from 529); Blue value is 143 (56.25% from 255 or 27.03% from 529); Max value from RGB is 253 - color contains mainly: red. Hex color #FD858F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD858F is #027A70. Grayscale: #AAAAAA. Windows color (decimal): -162417 or 9405949. OLE color: 9405949.
HSL color Cylindrical-coordinate representation of color #FD858F: hue angle of 355º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FD858F is Cyan = 0, Magento = 0.47, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 133 | 143 | - |
| CMYK | 0 | 0.47 | 0.43 | 0.01 |
| HSL | 355º | 0.97% | 0.76% | - |
| HSV(B) | 355º | 0.47% | 0.99% | - |
| XYZ | 53.85 | 39.64 | 30.8 | - |
| YUV | 170.02 | 112.76 | 187.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 133 | 143 | 0 | 0.47 | 0.43 | 0.01 | 355 | 0.97 | 0.76 |
| Hex | FD | 85 | 8F | 0 | 2F | 2B | 1 | 163 | 61 | 4C |
| Octal | 375 | 205 | 217 | 0 | 57 | 53 | 1 | 543 | 141 | 114 |
| Binary | 11111101 | 10000101 | 10001111 | 0 | 101111 | 101011 | 1 | 101100011 | 1100001 | 1001100 |
Color Harmonies of #FD858F
Complementary color
Monochromatic Colors of #FD858F
Black with #FD858F
Text Example
Text Example
White with #FD858F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD858F; }
p { color: rgb(253,133,143); }
H1.HeaderClassName
{
color: #FD858F;
}
.AnyTagClassName
{
color: #FD858F;
}
</style>
background-color css
<style>
a { background-color: #FD858F; }
a { background-color: rgb(253,133,143); }
div.DivClassName
{
background-color: #FD858F;
}
.BgClassName
{
background-color: #FD858F;
}
</style>
border-color css
<style>
span { border-color: #FD858F; }
span { border-color: rgb(253,133,143); }
td.TdClassName
{
border-color: #FD858F;
}
.TagClassName
{
border-color: #FD858F;
}
</style>