Html Css Color HEX #FA8385 Wewak

📋 copy color: '#FA8385'

red 250 ◦ green 131 ◦ blue 133

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

Shades of Wewak #FA8385

Tints of Wewak #FA8385

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 25.88%

R = 48.64%
G = 25.49%
B = 25.88%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#FA8385 (or 0xFA8385) is known color: Wewak. HEX triplet: FA, 83 and 85. RGB value is (250,131,133). Sum of RGB (Red+Green+Blue) = 250+131+133=514 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.64% from 514); Green value is 131 (51.56% from 255 or 25.49% from 514); Blue value is 133 (52.34% from 255 or 25.88% from 514); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8385 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8385 is #057C7A. Grayscale: #A6A6A6. Windows color (decimal): -359547 or 8750074. OLE color: 8750074.

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

Color convert

RGB 250 131 133 -
CMYK 0 0.48 0.47 0.02
HSL 358.99º 0.92% 0.75% -
HSV(B) 358.99º 0.48% 0.98% -
XYZ 51.77 38.25 26.84 -
YUV 166.81 108.92 187.34 -
System Red Green Blue C M Y K H S L
Decimal 250 131 133 0 0.48 0.47 0.02 358.99 0.92 0.75
Hex FA 83 85 0 30 2F 2 167 5C 4B
Octal 372 203 205 0 60 57 2 547 134 113
Binary 11111010 10000011 10000101 0 110000 101111 10 101100111 1011100 1001011

Color Harmonies of #FA8385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8385

Black with #FA8385

Text Example


Text Example

White with #FA8385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8385; }

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

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

background-color css

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

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

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

border-color css

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

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

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