Html Css Color HEX #FA8994 Wewak

📋 copy color: '#FA8994'

red 250 ◦ green 137 ◦ blue 148

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

Shades of Wewak #FA8994

Tints of Wewak #FA8994

RGB

 RED value IS 250 (98.05% from 255) = 46.73%

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

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

R = 46.73%
G = 25.61%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#FA8994 (or 0xFA8994) is known color: Wewak. HEX triplet: FA, 89 and 94. RGB value is (250,137,148). Sum of RGB (Red+Green+Blue) = 250+137+148=535 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.73% from 535); Green value is 137 (53.91% from 255 or 25.61% from 535); Blue value is 148 (58.20% from 255 or 27.66% from 535); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8994 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8994 is #05766B. Grayscale: #ACACAC. Windows color (decimal): -357996 or 9734650. OLE color: 9734650.

HSL color Cylindrical-coordinate representation of color #FA8994: hue angle of 354.16º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FA8994 is Cyan = 0, Magento = 0.45, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 137 148 -
CMYK 0 0.45 0.41 0.02
HSL 354.16º 0.92% 0.76% -
HSV(B) 354.16º 0.45% 0.98% -
XYZ 53.72 40.35 32.97 -
YUV 172.04 114.44 183.61 -
System Red Green Blue C M Y K H S L
Decimal 250 137 148 0 0.45 0.41 0.02 354.16 0.92 0.76
Hex FA 89 94 0 2D 29 2 162 5C 4C
Octal 372 211 224 0 55 51 2 542 134 114
Binary 11111010 10001001 10010100 0 101101 101001 10 101100010 1011100 1001100

Color Harmonies of #FA8994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8994

Black with #FA8994

Text Example


Text Example

White with #FA8994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8994; }

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

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

background-color css

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

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

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

border-color css

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

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

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