Html Css Color HEX #FA8690 Wewak

📋 copy color: '#FA8690'

red 250 ◦ green 134 ◦ blue 144

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

Shades of Wewak #FA8690

Tints of Wewak #FA8690

RGB

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

 GREEN value IS 134 (52.73% from 255) = 25.38%

 BLUE value IS 144 (56.64% from 255) = 27.27%

R = 47.35%
G = 25.38%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FA8690 (or 0xFA8690) is known color: Wewak. HEX triplet: FA, 86 and 90. RGB value is (250,134,144). Sum of RGB (Red+Green+Blue) = 250+134+144=528 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.35% from 528); Green value is 134 (52.73% from 255 or 25.38% from 528); Blue value is 144 (56.64% from 255 or 27.27% from 528); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8690 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8690 is #05796F. Grayscale: #A9A9A9. Windows color (decimal): -358768 or 9471738. OLE color: 9471738.

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

Color convert

RGB 250 134 144 -
CMYK 0 0.46 0.42 0.02
HSL 354.83º 0.92% 0.75% -
HSV(B) 354.83º 0.46% 0.98% -
XYZ 52.98 39.39 31.2 -
YUV 169.82 113.43 185.19 -
System Red Green Blue C M Y K H S L
Decimal 250 134 144 0 0.46 0.42 0.02 354.83 0.92 0.75
Hex FA 86 90 0 2E 2A 2 163 5C 4B
Octal 372 206 220 0 56 52 2 543 134 113
Binary 11111010 10000110 10010000 0 101110 101010 10 101100011 1011100 1001011

Color Harmonies of #FA8690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8690

Black with #FA8690

Text Example


Text Example

White with #FA8690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8690; }

 p { color: rgb(250,134,144); }

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

background-color css

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

 a { background-color: rgb(250,134,144); }

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

border-color css

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

 span { border-color: rgb(250,134,144); }

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