#F88BA0

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

Shades of Wewak #F88BA0

Tints of Wewak #F88BA0

Color information

#F88BA0 (or 0xF88BA0) is unknown color: approx Wewak. HEX triplet: F8, 8B and A0. RGB value is (248,139,160). Sum of RGB (Red+Green+Blue) = 248+139+160=547 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.34% from 547); Green value is 139 (54.69% from 255 or 25.41% from 547); Blue value is 160 (62.89% from 255 or 29.25% from 547); Max value from RGB is 248 - color contains mainly: red. Hex color #F88BA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F88BA0 is #07745F. Grayscale: #AEAEAE. Windows color (decimal): -488544 or 10521592. OLE color: 10521592.

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

Color convert

RGB248139160-
CMYK00.440.350.03
HSL348.44º88.62%75.88%-
HSV(B)348.44º43.95%97.25%-
XYZ54.2940.9638.3-
YUV173.98120.11180.79-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 45.34%
GREEN value IS 139 (54.69% from 255) = 25.41%
BLUE value IS 160 (62.89% from 255) = 29.25%
R=45.34%
G=25.41%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.35
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24813916000.440.350.03348.4488.6275.88
HexF88BA002C23315c594c
Octal370213240054433534131114
Binary11111000100010111010000001011001000111110101110010110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F88BA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F88BA0; }

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

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

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

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

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

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

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

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