#f8a1a3

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

Shades of Wewak #F8A1A3

Tints of Wewak #F8A1A3

Color information

#F8A1A3 (or 0xF8A1A3) is unknown color: approx Wewak. HEX triplet: F8, A1 and A3. RGB value is (248,161,163). Sum of RGB (Red+Green+Blue) = 248+161+163=572 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.36% from 572); Green value is 161 (63.28% from 255 or 28.15% from 572); Blue value is 163 (64.06% from 255 or 28.50% from 572); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A1A3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8A1A3 is #075E5C. Grayscale: #BBBBBB. Windows color (decimal): -482909 or 10723832. OLE color: 10723832.

HSL color Cylindrical-coordinate representation of color #F8A1A3: hue angle of 358.62º 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 #F8A1A3 is Cyan = 0, Magento = 0.35, Yellow = 0.34 and Black (K on CMYK) = 0.03.

Color convert

RGB248161163-
CMYK00.350.340.03
HSL358.62º86.14%80.2%-
HSV(B)358.62º35.08%97.25%-
XYZ58.0748.0940.87-
YUV187.24114.32171.34-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 43.36%
GREEN value IS 161 (63.28% from 255) = 28.15%
BLUE value IS 163 (64.06% from 255) = 28.50%
R=43.36%
G=28.15%
B=28.50%

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
Decimal24816116300.350.340.03358.6286.1480.2
HexF8A1A30232231675650
Octal370241243043423547126120
Binary11111000101000011010001101000111000101110110011110101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f8a1a3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f8a1a3; }

 p { color: rgb(248,161,163); }

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

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

 a { background-color: rgb(248,161,163); }

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

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

 span { border-color: rgb(248,161,163); }

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