#FF8FA0

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

Shades of Wewak #FF8FA0

Tints of Wewak #FF8FA0

Color information

#FF8FA0 (or 0xFF8FA0) is unknown color: approx Wewak. HEX triplet: FF, 8F and A0. RGB value is (255,143,160). Sum of RGB (Red+Green+Blue) = 255+143+160=558 (73% of max value = 765). Red value is 255 (100% from 255 or 45.70% from 558); Green value is 143 (56.25% from 255 or 25.63% from 558); Blue value is 160 (62.89% from 255 or 28.67% from 558); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8FA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8FA0 is #00705F. Grayscale: #B2B2B2. Windows color (decimal): -28768 or 10522623. OLE color: 10522623.

HSL color Cylindrical-coordinate representation of color #FF8FA0: hue angle of 350.89º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FF8FA0 is Cyan = 0, Magento = 0.44, Yellow = 0.37 and Black (K on CMYK) = 0.

Color convert

RGB255143160-
CMYK00.440.370
HSL350.89º100%78.04%-
HSV(B)350.89º43.92%100%-
XYZ57.4143.4438.62-
YUV178.43117.61182.62-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.70%
GREEN value IS 143 (56.25% from 255) = 25.63%
BLUE value IS 160 (62.89% from 255) = 28.67%
R=45.70%
G=25.63%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.37
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514316000.440.370350.8910078.04
HexFF8FA002C25015f644e
Octal377217240054450537144116
Binary1111111110001111101000000101100100101010101111111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8FA0; }

 p { color: rgb(255,143,160); }

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

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

 a { background-color: rgb(255,143,160); }

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

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

 span { border-color: rgb(255,143,160); }

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