Html Css Color HEX #FA8991 Wewak

📋 copy color: '#FA8991'

red 250 ◦ green 137 ◦ blue 145

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

Shades of Wewak #FA8991

Tints of Wewak #FA8991

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 27.26%

R = 46.99%
G = 25.75%
B = 27.26%

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

#FA8991 (or 0xFA8991) is known color: Wewak. HEX triplet: FA, 89 and 91. RGB value is (250,137,145). Sum of RGB (Red+Green+Blue) = 250+137+145=532 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.99% from 532); Green value is 137 (53.91% from 255 or 25.75% from 532); Blue value is 145 (57.03% from 255 or 27.26% from 532); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8991 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8991 is #05766E. Grayscale: #ABABAB. Windows color (decimal): -357999 or 9538042. OLE color: 9538042.

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

Color convert

RGB 250 137 145 -
CMYK 0 0.45 0.42 0.02
HSL 355.75º 0.92% 0.76% -
HSV(B) 355.75º 0.45% 0.98% -
XYZ 53.48 40.26 31.74 -
YUV 171.7 112.94 183.85 -
System Red Green Blue C M Y K H S L
Decimal 250 137 145 0 0.45 0.42 0.02 355.75 0.92 0.76
Hex FA 89 91 0 2D 2A 2 164 5C 4C
Octal 372 211 221 0 55 52 2 544 134 114
Binary 11111010 10001001 10010001 0 101101 101010 10 101100100 1011100 1001100

Color Harmonies of #FA8991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8991

Black with #FA8991

Text Example


Text Example

White with #FA8991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8991; }

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

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

background-color css

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

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

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

border-color css

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

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

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