Shades of Wewak #FD858B
Tints of Wewak #FD858B
RGB
CMYK
RGB Variations
Color information
#FD858B (or 0xFD858B) is known color: Wewak. HEX triplet: FD, 85 and 8B. RGB value is (253,133,139). Sum of RGB (Red+Green+Blue) = 253+133+139=525 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.19% from 525); Green value is 133 (52.34% from 255 or 25.33% from 525); Blue value is 139 (54.69% from 255 or 26.48% from 525); Max value from RGB is 253 - color contains mainly: red. Hex color #FD858B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD858B is #027A74. Grayscale: #A9A9A9. Windows color (decimal): -162421 or 9143805. OLE color: 9143805.
HSL color Cylindrical-coordinate representation of color #FD858B: hue angle of 357º 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 #FD858B is Cyan = 0, Magento = 0.47, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 133 | 139 | - |
| CMYK | 0 | 0.47 | 0.45 | 0.01 |
| HSL | 357º | 0.97% | 0.76% | - |
| HSV(B) | 357º | 0.47% | 0.99% | - |
| XYZ | 53.56 | 39.52 | 29.23 | - |
| YUV | 169.56 | 110.76 | 187.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 133 | 139 | 0 | 0.47 | 0.45 | 0.01 | 357 | 0.97 | 0.76 |
| Hex | FD | 85 | 8B | 0 | 2F | 2D | 1 | 165 | 61 | 4C |
| Octal | 375 | 205 | 213 | 0 | 57 | 55 | 1 | 545 | 141 | 114 |
| Binary | 11111101 | 10000101 | 10001011 | 0 | 101111 | 101101 | 1 | 101100101 | 1100001 | 1001100 |
Color Harmonies of #FD858B
Complementary color
Monochromatic Colors of #FD858B
Black with #FD858B
Text Example
Text Example
White with #FD858B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD858B; }
p { color: rgb(253,133,139); }
H1.HeaderClassName
{
color: #FD858B;
}
.AnyTagClassName
{
color: #FD858B;
}
</style>
background-color css
<style>
a { background-color: #FD858B; }
a { background-color: rgb(253,133,139); }
div.DivClassName
{
background-color: #FD858B;
}
.BgClassName
{
background-color: #FD858B;
}
</style>
border-color css
<style>
span { border-color: #FD858B; }
span { border-color: rgb(253,133,139); }
td.TdClassName
{
border-color: #FD858B;
}
.TagClassName
{
border-color: #FD858B;
}
</style>