Html Css Color HEX #FA889B Wewak

📋 copy color: '#FA889B'

red 250 ◦ green 136 ◦ blue 155

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

Shades of Wewak #FA889B

Tints of Wewak #FA889B

RGB

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

 GREEN value IS 136 (53.52% from 255) = 25.14%

 BLUE value IS 155 (60.94% from 255) = 28.65%

R = 46.21%
G = 25.14%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#FA889B (or 0xFA889B) is known color: Wewak. HEX triplet: FA, 88 and 9B. RGB value is (250,136,155). Sum of RGB (Red+Green+Blue) = 250+136+155=541 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.21% from 541); Green value is 136 (53.52% from 255 or 25.14% from 541); Blue value is 155 (60.94% from 255 or 28.65% from 541); Max value from RGB is 250 - color contains mainly: red. Hex color #FA889B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA889B is #057764. Grayscale: #ACACAC. Windows color (decimal): -358245 or 10193146. OLE color: 10193146.

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

Color convert

RGB 250 136 155 -
CMYK 0 0.46 0.38 0.02
HSL 350º 0.92% 0.76% -
HSV(B) 350º 0.46% 0.98% -
XYZ 54.14 40.3 35.94 -
YUV 172.25 118.27 183.46 -
System Red Green Blue C M Y K H S L
Decimal 250 136 155 0 0.46 0.38 0.02 350 0.92 0.76
Hex FA 88 9B 0 2E 26 2 15E 5C 4C
Octal 372 210 233 0 56 46 2 536 134 114
Binary 11111010 10001000 10011011 0 101110 100110 10 101011110 1011100 1001100

Color Harmonies of #FA889B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA889B

Black with #FA889B

Text Example


Text Example

White with #FA889B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA889B; }

 p { color: rgb(250,136,155); }

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

background-color css

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

 a { background-color: rgb(250,136,155); }

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

border-color css

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

 span { border-color: rgb(250,136,155); }

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