Html Css Color HEX #FF8990 Wewak

📋 copy color: '#FF8990'

red 255 ◦ green 137 ◦ blue 144

#FF8990
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wewak #FF8990

Tints of Wewak #FF8990

RGB

 RED value IS 255 (100% from 255) = 47.57%

 GREEN value IS 137 (53.91% from 255) = 25.56%

 BLUE value IS 144 (56.64% from 255) = 26.87%

R = 47.57%
G = 25.56%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.44

 K value IS 0

RGB Variations

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

Color information

#FF8990 (or 0xFF8990) is known color: Wewak. HEX triplet: FF, 89 and 90. RGB value is (255,137,144). Sum of RGB (Red+Green+Blue) = 255+137+144=536 (70% of max value = 765). Red value is 255 (100% from 255 or 47.57% from 536); Green value is 137 (53.91% from 255 or 25.56% from 536); Blue value is 144 (56.64% from 255 or 26.87% from 536); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8990 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8990 is #00766F. Grayscale: #ADADAD. Windows color (decimal): -30320 or 9472511. OLE color: 9472511.

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

Color convert

RGB 255 137 144 -
CMYK 0 0.46 0.44 0
HSL 356.44º 1% 0.77% -
HSV(B) 356.44º 0.46% 1% -
XYZ 55.22 41.16 31.42 -
YUV 173.08 111.59 186.43 -
System Red Green Blue C M Y K H S L
Decimal 255 137 144 0 0.46 0.44 0 356.44 1 0.77
Hex FF 89 90 0 2E 2C 0 164 64 4D
Octal 377 211 220 0 56 54 0 544 144 115
Binary 11111111 10001001 10010000 0 101110 101100 0 101100100 1100100 1001101

Color Harmonies of #FF8990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8990

Black with #FF8990

Text Example


Text Example

White with #FF8990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8990; }

 p { color: rgb(255,137,144); }

 H1.HeaderClassName
 {
   color: #FF8990;
 }
 .AnyTagClassName
 {
   color: #FF8990;
 }
</style>

background-color css

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

 a { background-color: rgb(255,137,144); }

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

border-color css

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

 span { border-color: rgb(255,137,144); }

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