Shades of Wewak #FE999B
Tints of Wewak #FE999B
RGB
CMYK
RGB Variations
Color information
#FE999B (or 0xFE999B) is known color: Wewak. HEX triplet: FE, 99 and 9B. RGB value is (254,153,155). Sum of RGB (Red+Green+Blue) = 254+153+155=562 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.20% from 562); Green value is 153 (60.16% from 255 or 27.22% from 562); Blue value is 155 (60.94% from 255 or 27.58% from 562); Max value from RGB is 254 - color contains mainly: red. Hex color #FE999B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE999B is #016664. Grayscale: #B7B7B7. Windows color (decimal): -91749 or 10197502. OLE color: 10197502.
HSL color Cylindrical-coordinate representation of color #FE999B: hue angle of 358.81º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FE999B is Cyan = 0, Magento = 0.40, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 153 | 155 | - |
| CMYK | 0 | 0.40 | 0.39 | 0.00 |
| HSL | 358.81º | 0.98% | 0.8% | - |
| HSV(B) | 358.81º | 0.4% | 1% | - |
| XYZ | 58.18 | 46.22 | 36.87 | - |
| YUV | 183.43 | 111.96 | 178.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 153 | 155 | 0 | 0.40 | 0.39 | 0.00 | 358.81 | 0.98 | 0.8 |
| Hex | FE | 99 | 9B | 0 | 28 | 27 | 0 | 167 | 62 | 50 |
| Octal | 376 | 231 | 233 | 0 | 50 | 47 | 0 | 547 | 142 | 120 |
| Binary | 11111110 | 10011001 | 10011011 | 0 | 101000 | 100111 | 0 | 101100111 | 1100010 | 1010000 |
Color Harmonies of #FE999B
Complementary color
Monochromatic Colors of #FE999B
Black with #FE999B
Text Example
Text Example
White with #FE999B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE999B; }
p { color: rgb(254,153,155); }
H1.HeaderClassName
{
color: #FE999B;
}
.AnyTagClassName
{
color: #FE999B;
}
</style>
background-color css
<style>
a { background-color: #FE999B; }
a { background-color: rgb(254,153,155); }
div.DivClassName
{
background-color: #FE999B;
}
.BgClassName
{
background-color: #FE999B;
}
</style>
border-color css
<style>
span { border-color: #FE999B; }
span { border-color: rgb(254,153,155); }
td.TdClassName
{
border-color: #FE999B;
}
.TagClassName
{
border-color: #FE999B;
}
</style>