Html Css Color HEX #FA8083 Wewak

📋 copy color: '#FA8083'

red 250 ◦ green 128 ◦ blue 131

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

Shades of Wewak #FA8083

Tints of Wewak #FA8083

RGB

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

 GREEN value IS 128 (50.39% from 255) = 25.15%

 BLUE value IS 131 (51.56% from 255) = 25.74%

R = 49.12%
G = 25.15%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#FA8083 (or 0xFA8083) is known color: Wewak. HEX triplet: FA, 80 and 83. RGB value is (250,128,131). Sum of RGB (Red+Green+Blue) = 250+128+131=509 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.12% from 509); Green value is 128 (50.39% from 255 or 25.15% from 509); Blue value is 131 (51.56% from 255 or 25.74% from 509); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8083 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8083 is #057F7C. Grayscale: #A4A4A4. Windows color (decimal): -360317 or 8618234. OLE color: 8618234.

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

Color convert

RGB 250 128 131 -
CMYK 0 0.49 0.48 0.02
HSL 358.52º 0.92% 0.74% -
HSV(B) 358.52º 0.49% 0.98% -
XYZ 51.24 37.4 25.99 -
YUV 164.82 108.92 188.76 -
System Red Green Blue C M Y K H S L
Decimal 250 128 131 0 0.49 0.48 0.02 358.52 0.92 0.74
Hex FA 80 83 0 31 30 2 167 5C 4A
Octal 372 200 203 0 61 60 2 547 134 112
Binary 11111010 10000000 10000011 0 110001 110000 10 101100111 1011100 1001010

Color Harmonies of #FA8083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8083

Black with #FA8083

Text Example


Text Example

White with #FA8083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8083; }

 p { color: rgb(250,128,131); }

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

background-color css

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

 a { background-color: rgb(250,128,131); }

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

border-color css

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

 span { border-color: rgb(250,128,131); }

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