Html Css Color HEX #FA8396 Wewak

📋 copy color: '#FA8396'

red 250 ◦ green 131 ◦ blue 150

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

Shades of Wewak #FA8396

Tints of Wewak #FA8396

RGB

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

 GREEN value IS 131 (51.56% from 255) = 24.67%

 BLUE value IS 150 (58.98% from 255) = 28.25%

R = 47.08%
G = 24.67%
B = 28.25%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.4

 K value IS 0.02

RGB Variations

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

Color information

#FA8396 (or 0xFA8396) is known color: Wewak. HEX triplet: FA, 83 and 96. RGB value is (250,131,150). Sum of RGB (Red+Green+Blue) = 250+131+150=531 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.08% from 531); Green value is 131 (51.56% from 255 or 24.67% from 531); Blue value is 150 (58.98% from 255 or 28.25% from 531); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8396 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8396 is #057C69. Grayscale: #A8A8A8. Windows color (decimal): -359530 or 9864186. OLE color: 9864186.

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

Color convert

RGB 250 131 150 -
CMYK 0 0.48 0.4 0.02
HSL 350.42º 0.92% 0.75% -
HSV(B) 350.42º 0.48% 0.98% -
XYZ 53.05 38.76 33.54 -
YUV 168.75 117.42 185.96 -
System Red Green Blue C M Y K H S L
Decimal 250 131 150 0 0.48 0.4 0.02 350.42 0.92 0.75
Hex FA 83 96 0 30 28 2 15E 5C 4B
Octal 372 203 226 0 60 50 2 536 134 113
Binary 11111010 10000011 10010110 0 110000 101000 10 101011110 1011100 1001011

Color Harmonies of #FA8396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8396

Black with #FA8396

Text Example


Text Example

White with #FA8396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8396; }

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

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

background-color css

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

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

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

border-color css

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

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

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