Shades of Wewak #FDA5A6
Tints of Wewak #FDA5A6
RGB
CMYK
RGB Variations
Color information
#FDA5A6 (or 0xFDA5A6) is known color: Wewak. HEX triplet: FD, A5 and A6. RGB value is (253,165,166). Sum of RGB (Red+Green+Blue) = 253+165+166=584 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.32% from 584); Green value is 165 (64.84% from 255 or 28.25% from 584); Blue value is 166 (65.23% from 255 or 28.42% from 584); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA5A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA5A6 is #025A59. Grayscale: #BFBFBF. Windows color (decimal): -154202 or 10921469. OLE color: 10921469.
HSL color Cylindrical-coordinate representation of color #FDA5A6: hue angle of 359.32º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FDA5A6 is Cyan = 0, Magento = 0.35, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 165 | 166 | - |
| CMYK | 0 | 0.35 | 0.34 | 0.01 |
| HSL | 359.32º | 0.96% | 0.82% | - |
| HSV(B) | 359.32º | 0.35% | 0.99% | - |
| XYZ | 60.85 | 50.55 | 42.63 | - |
| YUV | 191.43 | 113.65 | 171.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 165 | 166 | 0 | 0.35 | 0.34 | 0.01 | 359.32 | 0.96 | 0.82 |
| Hex | FD | A5 | A6 | 0 | 23 | 22 | 1 | 167 | 60 | 52 |
| Octal | 375 | 245 | 246 | 0 | 43 | 42 | 1 | 547 | 140 | 122 |
| Binary | 11111101 | 10100101 | 10100110 | 0 | 100011 | 100010 | 1 | 101100111 | 1100000 | 1010010 |
Color Harmonies of #FDA5A6
Complementary color
Monochromatic Colors of #FDA5A6
Black with #FDA5A6
Text Example
Text Example
White with #FDA5A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA5A6; }
p { color: rgb(253,165,166); }
H1.HeaderClassName
{
color: #FDA5A6;
}
.AnyTagClassName
{
color: #FDA5A6;
}
</style>
background-color css
<style>
a { background-color: #FDA5A6; }
a { background-color: rgb(253,165,166); }
div.DivClassName
{
background-color: #FDA5A6;
}
.BgClassName
{
background-color: #FDA5A6;
}
</style>
border-color css
<style>
span { border-color: #FDA5A6; }
span { border-color: rgb(253,165,166); }
td.TdClassName
{
border-color: #FDA5A6;
}
.TagClassName
{
border-color: #FDA5A6;
}
</style>