#FF98A1

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

Shades of Wewak #FF98A1

Tints of Wewak #FF98A1

Color information

#FF98A1 (or 0xFF98A1) is unknown color: approx Wewak. HEX triplet: FF, 98 and A1. RGB value is (255,152,161). Sum of RGB (Red+Green+Blue) = 255+152+161=568 (75% of max value = 765). Red value is 255 (100% from 255 or 44.89% from 568); Green value is 152 (59.77% from 255 or 26.76% from 568); Blue value is 161 (63.28% from 255 or 28.35% from 568); Max value from RGB is 255 - color contains mainly: red. Hex color #FF98A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF98A1 is #00675E. Grayscale: #B7B7B7. Windows color (decimal): -26463 or 10590463. OLE color: 10590463.

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

Color convert

RGB255152161-
CMYK00.400.370
HSL354.76º100%79.8%-
HSV(B)354.76º40.39%100%-
XYZ58.946.2939.55-
YUV183.82115.12178.77-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.89%
GREEN value IS 152 (59.77% from 255) = 26.76%
BLUE value IS 161 (63.28% from 255) = 28.35%
R=44.89%
G=26.76%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.37
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515216100.400.370354.7610079.8
HexFF98A10282501636450
Octal377230241050450543144120
Binary1111111110011000101000010101000100101010110001111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF98A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF98A1; }

 p { color: rgb(255,152,161); }

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

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

 a { background-color: rgb(255,152,161); }

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

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

 span { border-color: rgb(255,152,161); }

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