#F8A0A4

Color #F8A0A4 Wewak (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wewak #F8A0A4

Tints of Wewak #F8A0A4

Color information

#F8A0A4 (or 0xF8A0A4) is unknown color: approx Wewak. HEX triplet: F8, A0 and A4. RGB value is (248,160,164). Sum of RGB (Red+Green+Blue) = 248+160+164=572 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.36% from 572); Green value is 160 (62.89% from 255 or 27.97% from 572); Blue value is 164 (64.45% from 255 or 28.67% from 572); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A0A4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8A0A4 is #075F5B. Grayscale: #BABABA. Windows color (decimal): -483164 or 10789112. OLE color: 10789112.

HSL color Cylindrical-coordinate representation of color #F8A0A4: hue angle of 357.27º degrees, saturation: 0.86, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F8A0A4 is Cyan = 0, Magento = 0.35, Yellow = 0.34 and Black (K on CMYK) = 0.03.

Color convert

RGB248160164-
CMYK00.350.340.03
HSL357.27º86.27%80%-
HSV(B)357.27º35.48%97.25%-
XYZ57.9847.7841.29-
YUV186.77115.15171.67-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 248 (97.27% from 255) = 43.36%
GREEN value IS 160 (62.89% from 255) = 27.97%
BLUE value IS 164 (64.45% from 255) = 28.67%
R=43.36%
G=27.97%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.34
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24816016400.350.340.03357.2786.2780
HexF8A0A40232231655650
Octal370240244043423545126120
Binary11111000101000001010010001000111000101110110010110101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8A0A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8A0A4; }

 p { color: rgb(248,160,164); }

 H1.HeaderClassName
 {
   color: #F8A0A4;
 }
 .AnyTagClassName
 {
   color: #F8A0A4;
 }
</style>
background-color css

<style>
 a { background-color: #F8A0A4; }

 a { background-color: rgb(248,160,164); }

 div.DivClassName
 {
   background-color: #F8A0A4;
 }
 .BgClassName
 {
   background-color: #F8A0A4;
 }
</style>
border-color css

<style>
 span { border-color: #F8A0A4; }

 span { border-color: rgb(248,160,164); }

 td.TdClassName
 {
   border-color: #F8A0A4;
 }
 .TagClassName
 {
   border-color: #F8A0A4;
 }
</style>