Html Css Color HEX #FA8990 Wewak

📋 copy color: '#FA8990'

red 250 ◦ green 137 ◦ blue 144

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

Shades of Wewak #FA8990

Tints of Wewak #FA8990

RGB

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

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

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

R = 47.08%
G = 25.8%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FA8990 (or 0xFA8990) is known color: Wewak. HEX triplet: FA, 89 and 90. RGB value is (250,137,144). Sum of RGB (Red+Green+Blue) = 250+137+144=531 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.08% from 531); Green value is 137 (53.91% from 255 or 25.80% from 531); Blue value is 144 (56.64% from 255 or 27.12% from 531); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8990 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8990 is #05766F. Grayscale: #ABABAB. Windows color (decimal): -358000 or 9472506. OLE color: 9472506.

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

Color convert

RGB 250 137 144 -
CMYK 0 0.45 0.42 0.02
HSL 356.28º 0.92% 0.76% -
HSV(B) 356.28º 0.45% 0.98% -
XYZ 53.4 40.23 31.34 -
YUV 171.59 112.44 183.93 -
System Red Green Blue C M Y K H S L
Decimal 250 137 144 0 0.45 0.42 0.02 356.28 0.92 0.76
Hex FA 89 90 0 2D 2A 2 164 5C 4C
Octal 372 211 220 0 55 52 2 544 134 114
Binary 11111010 10001001 10010000 0 101101 101010 10 101100100 1011100 1001100

Color Harmonies of #FA8990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8990

Black with #FA8990

Text Example


Text Example

White with #FA8990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8990; }

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

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

background-color css

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

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

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

border-color css

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

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

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