Shades of Wewak #FDA6AA
Tints of Wewak #FDA6AA
RGB
CMYK
RGB Variations
Color information
#FDA6AA (or 0xFDA6AA) is known color: Wewak. HEX triplet: FD, A6 and AA. RGB value is (253,166,170). Sum of RGB (Red+Green+Blue) = 253+166+170=589 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.95% from 589); Green value is 166 (65.23% from 255 or 28.18% from 589); Blue value is 170 (66.80% from 255 or 28.86% from 589); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA6AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA6AA is #025955. Grayscale: #C0C0C0. Windows color (decimal): -153942 or 11183869. OLE color: 11183869.
HSL color Cylindrical-coordinate representation of color #FDA6AA: hue angle of 357.24º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FDA6AA is Cyan = 0, Magento = 0.34, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 166 | 170 | - |
| CMYK | 0 | 0.34 | 0.33 | 0.01 |
| HSL | 357.24º | 0.96% | 0.82% | - |
| HSV(B) | 357.24º | 0.34% | 0.99% | - |
| XYZ | 61.4 | 51.06 | 44.65 | - |
| YUV | 192.47 | 115.32 | 171.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 166 | 170 | 0 | 0.34 | 0.33 | 0.01 | 357.24 | 0.96 | 0.82 |
| Hex | FD | A6 | AA | 0 | 22 | 21 | 1 | 165 | 60 | 52 |
| Octal | 375 | 246 | 252 | 0 | 42 | 41 | 1 | 545 | 140 | 122 |
| Binary | 11111101 | 10100110 | 10101010 | 0 | 100010 | 100001 | 1 | 101100101 | 1100000 | 1010010 |
Color Harmonies of #FDA6AA
Complementary color
Monochromatic Colors of #FDA6AA
Black with #FDA6AA
Text Example
Text Example
White with #FDA6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA6AA; }
p { color: rgb(253,166,170); }
H1.HeaderClassName
{
color: #FDA6AA;
}
.AnyTagClassName
{
color: #FDA6AA;
}
</style>
background-color css
<style>
a { background-color: #FDA6AA; }
a { background-color: rgb(253,166,170); }
div.DivClassName
{
background-color: #FDA6AA;
}
.BgClassName
{
background-color: #FDA6AA;
}
</style>
border-color css
<style>
span { border-color: #FDA6AA; }
span { border-color: rgb(253,166,170); }
td.TdClassName
{
border-color: #FDA6AA;
}
.TagClassName
{
border-color: #FDA6AA;
}
</style>