#F8898C

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

Shades of Wewak #F8898C

Tints of Wewak #F8898C

Color information

#F8898C (or 0xF8898C) is unknown color: approx Wewak. HEX triplet: F8, 89 and 8C. RGB value is (248,137,140). Sum of RGB (Red+Green+Blue) = 248+137+140=525 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.24% from 525); Green value is 137 (53.91% from 255 or 26.10% from 525); Blue value is 140 (55.08% from 255 or 26.67% from 525); Max value from RGB is 248 - color contains mainly: red. Hex color #F8898C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8898C is #077673. Grayscale: #AAAAAA. Windows color (decimal): -489076 or 9210360. OLE color: 9210360.

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

Color convert

RGB248137140-
CMYK00.450.440.03
HSL358.38º88.8%75.49%-
HSV(B)358.38º44.76%97.25%-
XYZ52.3939.7429.72-
YUV170.53110.77183.26-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 47.24%
GREEN value IS 137 (53.91% from 255) = 26.10%
BLUE value IS 140 (55.08% from 255) = 26.67%
R=47.24%
G=26.10%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.44
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24813714000.450.440.03358.3888.875.49
HexF8898C02D2C3166594b
Octal370211214055543546131113
Binary11111000100010011000110001011011011001110110011010110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8898C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8898C; }

 p { color: rgb(248,137,140); }

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

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

 a { background-color: rgb(248,137,140); }

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

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

 span { border-color: rgb(248,137,140); }

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