Html Css Color HEX #FA8B90 Wewak

📋 copy color: '#FA8B90'

red 250 ◦ green 139 ◦ blue 144

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

Shades of Wewak #FA8B90

Tints of Wewak #FA8B90

RGB

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

 GREEN value IS 139 (54.69% from 255) = 26.08%

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

R = 46.9%
G = 26.08%
B = 27.02%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FA8B90 (or 0xFA8B90) is known color: Wewak. HEX triplet: FA, 8B and 90. RGB value is (250,139,144). Sum of RGB (Red+Green+Blue) = 250+139+144=533 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.90% from 533); Green value is 139 (54.69% from 255 or 26.08% from 533); Blue value is 144 (56.64% from 255 or 27.02% from 533); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8B90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8B90 is #05746F. Grayscale: #ACACAC. Windows color (decimal): -357488 or 9473018. OLE color: 9473018.

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

Color convert

RGB 250 139 144 -
CMYK 0 0.44 0.42 0.02
HSL 357.3º 0.92% 0.76% -
HSV(B) 357.3º 0.44% 0.98% -
XYZ 53.69 40.8 31.43 -
YUV 172.76 111.77 183.09 -
System Red Green Blue C M Y K H S L
Decimal 250 139 144 0 0.44 0.42 0.02 357.3 0.92 0.76
Hex FA 8B 90 0 2C 2A 2 165 5C 4C
Octal 372 213 220 0 54 52 2 545 134 114
Binary 11111010 10001011 10010000 0 101100 101010 10 101100101 1011100 1001100

Color Harmonies of #FA8B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8B90

Black with #FA8B90

Text Example


Text Example

White with #FA8B90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8B90; }

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

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

background-color css

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

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

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

border-color css

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

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

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