Html Css Color HEX #FA8A8B Wewak

📋 copy color: '#FA8A8B'

red 250 ◦ green 138 ◦ blue 139

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

Shades of Wewak #FA8A8B

Tints of Wewak #FA8A8B

RGB

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

 GREEN value IS 138 (54.3% from 255) = 26.19%

 BLUE value IS 139 (54.69% from 255) = 26.38%

R = 47.44%
G = 26.19%
B = 26.38%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FA8A8B (or 0xFA8A8B) is known color: Wewak. HEX triplet: FA, 8A and 8B. RGB value is (250,138,139). Sum of RGB (Red+Green+Blue) = 250+138+139=527 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.44% from 527); Green value is 138 (54.30% from 255 or 26.19% from 527); Blue value is 139 (54.69% from 255 or 26.38% from 527); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8A8B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8A8B is #057574. Grayscale: #ABABAB. Windows color (decimal): -357749 or 9145082. OLE color: 9145082.

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

Color convert

RGB 250 138 139 -
CMYK 0 0.45 0.44 0.02
HSL 359.46º 0.92% 0.76% -
HSV(B) 359.46º 0.45% 0.98% -
XYZ 53.17 40.37 29.41 -
YUV 171.6 109.61 183.92 -
System Red Green Blue C M Y K H S L
Decimal 250 138 139 0 0.45 0.44 0.02 359.46 0.92 0.76
Hex FA 8A 8B 0 2D 2C 2 167 5C 4C
Octal 372 212 213 0 55 54 2 547 134 114
Binary 11111010 10001010 10001011 0 101101 101100 10 101100111 1011100 1001100

Color Harmonies of #FA8A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8A8B

Black with #FA8A8B

Text Example


Text Example

White with #FA8A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8A8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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