Html Css Color HEX #FA8085 Wewak

📋 copy color: '#FA8085'

red 250 ◦ green 128 ◦ blue 133

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

Shades of Wewak #FA8085

Tints of Wewak #FA8085

RGB

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

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

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

R = 48.92%
G = 25.05%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#FA8085 (or 0xFA8085) is known color: Wewak. HEX triplet: FA, 80 and 85. RGB value is (250,128,133). Sum of RGB (Red+Green+Blue) = 250+128+133=511 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.92% from 511); Green value is 128 (50.39% from 255 or 25.05% from 511); Blue value is 133 (52.34% from 255 or 26.03% from 511); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8085 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8085 is #057F7A. Grayscale: #A5A5A5. Windows color (decimal): -360315 or 8749306. OLE color: 8749306.

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

Color convert

RGB 250 128 133 -
CMYK 0 0.49 0.47 0.02
HSL 357.54º 0.92% 0.74% -
HSV(B) 357.54º 0.49% 0.98% -
XYZ 51.38 37.46 26.71 -
YUV 165.05 109.92 188.59 -
System Red Green Blue C M Y K H S L
Decimal 250 128 133 0 0.49 0.47 0.02 357.54 0.92 0.74
Hex FA 80 85 0 31 2F 2 166 5C 4A
Octal 372 200 205 0 61 57 2 546 134 112
Binary 11111010 10000000 10000101 0 110001 101111 10 101100110 1011100 1001010

Color Harmonies of #FA8085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8085

Black with #FA8085

Text Example


Text Example

White with #FA8085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8085; }

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

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

background-color css

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

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

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

border-color css

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

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

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