Html Css Color HEX #FA899D Wewak

📋 copy color: '#FA899D'

red 250 ◦ green 137 ◦ blue 157

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

Shades of Wewak #FA899D

Tints of Wewak #FA899D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 28.86%

R = 45.96%
G = 25.18%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#FA899D (or 0xFA899D) is known color: Wewak. HEX triplet: FA, 89 and 9D. RGB value is (250,137,157). Sum of RGB (Red+Green+Blue) = 250+137+157=544 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.96% from 544); Green value is 137 (53.91% from 255 or 25.18% from 544); Blue value is 157 (61.72% from 255 or 28.86% from 544); Max value from RGB is 250 - color contains mainly: red. Hex color #FA899D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA899D is #057662. Grayscale: #ADADAD. Windows color (decimal): -357987 or 10324474. OLE color: 10324474.

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

Color convert

RGB 250 137 157 -
CMYK 0 0.45 0.37 0.02
HSL 349.38º 0.92% 0.76% -
HSV(B) 349.38º 0.45% 0.98% -
XYZ 54.46 40.65 36.87 -
YUV 173.07 118.94 182.87 -
System Red Green Blue C M Y K H S L
Decimal 250 137 157 0 0.45 0.37 0.02 349.38 0.92 0.76
Hex FA 89 9D 0 2D 25 2 15D 5C 4C
Octal 372 211 235 0 55 45 2 535 134 114
Binary 11111010 10001001 10011101 0 101101 100101 10 101011101 1011100 1001100

Color Harmonies of #FA899D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA899D

Black with #FA899D

Text Example


Text Example

White with #FA899D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA899D; }

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

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

background-color css

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

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

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

border-color css

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

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

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