Shades of Wewak #FD8A8C
Tints of Wewak #FD8A8C
RGB
CMYK
RGB Variations
Color information
#FD8A8C (or 0xFD8A8C) is known color: Wewak. HEX triplet: FD, 8A and 8C. RGB value is (253,138,140). Sum of RGB (Red+Green+Blue) = 253+138+140=531 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.65% from 531); Green value is 138 (54.30% from 255 or 25.99% from 531); Blue value is 140 (55.08% from 255 or 26.37% from 531); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8A8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD8A8C is #027573. Grayscale: #ACACAC. Windows color (decimal): -161140 or 9210621. OLE color: 9210621.
HSL color Cylindrical-coordinate representation of color #FD8A8C: hue angle of 358.96º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FD8A8C is Cyan = 0, Magento = 0.45, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 138 | 140 | - |
CMYK | 0 | 0.45 | 0.45 | 0.01 |
HSL | 358.96º | 0.97% | 0.77% | - |
HSV(B) | 358.96º | 0.45% | 0.99% | - |
XYZ | 54.33 | 40.95 | 29.85 | - |
YUV | 172.61 | 109.6 | 185.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 138 | 140 | 0 | 0.45 | 0.45 | 0.01 | 358.96 | 0.97 | 0.77 |
Hex | FD | 8A | 8C | 0 | 2D | 2D | 1 | 167 | 61 | 4D |
Octal | 375 | 212 | 214 | 0 | 55 | 55 | 1 | 547 | 141 | 115 |
Binary | 11111101 | 10001010 | 10001100 | 0 | 101101 | 101101 | 1 | 101100111 | 1100001 | 1001101 |
Color Harmonies of #FD8A8C
Complementary color
Monochromatic Colors of #FD8A8C
Black with #FD8A8C
Text Example
Text Example
White with #FD8A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8A8C; }
p { color: rgb(253,138,140); }
H1.HeaderClassName
{
color: #FD8A8C;
}
.AnyTagClassName
{
color: #FD8A8C;
}
</style>
background-color css
<style>
a { background-color: #FD8A8C; }
a { background-color: rgb(253,138,140); }
div.DivClassName
{
background-color: #FD8A8C;
}
.BgClassName
{
background-color: #FD8A8C;
}
</style>
border-color css
<style>
span { border-color: #FD8A8C; }
span { border-color: rgb(253,138,140); }
td.TdClassName
{
border-color: #FD8A8C;
}
.TagClassName
{
border-color: #FD8A8C;
}
</style>