Html Css Color HEX #FF8994 Wewak

📋 copy color: '#FF8994'

red 255 ◦ green 137 ◦ blue 148

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

Shades of Wewak #FF8994

Tints of Wewak #FF8994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 27.41%

R = 47.22%
G = 25.37%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.42

 K value IS 0

RGB Variations

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

Color information

#FF8994 (or 0xFF8994) is known color: Wewak. HEX triplet: FF, 89 and 94. RGB value is (255,137,148). Sum of RGB (Red+Green+Blue) = 255+137+148=540 (71% of max value = 765). Red value is 255 (100% from 255 or 47.22% from 540); Green value is 137 (53.91% from 255 or 25.37% from 540); Blue value is 148 (58.20% from 255 or 27.41% from 540); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8994 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8994 is #00766B. Grayscale: #ADADAD. Windows color (decimal): -30316 or 9734655. OLE color: 9734655.

HSL color Cylindrical-coordinate representation of color #FF8994: hue angle of 354.41º 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 #FF8994 is Cyan = 0, Magento = 0.46, Yellow = 0.42 and Black (K on CMYK) = 0.

Color convert

RGB 255 137 148 -
CMYK 0 0.46 0.42 0
HSL 354.41º 1% 0.77% -
HSV(B) 354.41º 0.46% 1% -
XYZ 55.53 41.29 33.06 -
YUV 173.54 113.59 186.11 -
System Red Green Blue C M Y K H S L
Decimal 255 137 148 0 0.46 0.42 0 354.41 1 0.77
Hex FF 89 94 0 2E 2A 0 162 64 4D
Octal 377 211 224 0 56 52 0 542 144 115
Binary 11111111 10001001 10010100 0 101110 101010 0 101100010 1100100 1001101

Color Harmonies of #FF8994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8994

Black with #FF8994

Text Example


Text Example

White with #FF8994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8994; }

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

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

background-color css

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

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

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

border-color css

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

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

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