Html Css Color HEX #FAA0A5 Wewak

📋 copy color: '#FAA0A5'

red 250 ◦ green 160 ◦ blue 165

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

Shades of Wewak #FAA0A5

Tints of Wewak #FAA0A5

RGB

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

 GREEN value IS 160 (62.89% from 255) = 27.83%

 BLUE value IS 165 (64.84% from 255) = 28.7%

R = 43.48%
G = 27.83%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.34

 K value IS 0.02

RGB Variations

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

Color information

#FAA0A5 (or 0xFAA0A5) is known color: Wewak. HEX triplet: FA, A0 and A5. RGB value is (250,160,165). Sum of RGB (Red+Green+Blue) = 250+160+165=575 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.48% from 575); Green value is 160 (62.89% from 255 or 27.83% from 575); Blue value is 165 (64.84% from 255 or 28.70% from 575); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA0A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA0A5 is #055F5A. Grayscale: #BBBBBB. Windows color (decimal): -352091 or 10854650. OLE color: 10854650.

HSL color Cylindrical-coordinate representation of color #FAA0A5: hue angle of 356.67º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FAA0A5 is Cyan = 0, Magento = 0.36, Yellow = 0.34 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 160 165 -
CMYK 0 0.36 0.34 0.02
HSL 356.67º 0.9% 0.8% -
HSV(B) 356.67º 0.36% 0.98% -
XYZ 58.79 48.18 41.8 -
YUV 187.48 115.32 172.59 -
System Red Green Blue C M Y K H S L
Decimal 250 160 165 0 0.36 0.34 0.02 356.67 0.9 0.8
Hex FA A0 A5 0 24 22 2 165 5A 50
Octal 372 240 245 0 44 42 2 545 132 120
Binary 11111010 10100000 10100101 0 100100 100010 10 101100101 1011010 1010000

Color Harmonies of #FAA0A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA0A5

Black with #FAA0A5

Text Example


Text Example

White with #FAA0A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA0A5; }

 p { color: rgb(250,160,165); }

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

background-color css

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

 a { background-color: rgb(250,160,165); }

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

border-color css

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

 span { border-color: rgb(250,160,165); }

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