Html Css Color HEX #FAA2A4 Wewak

📋 copy color: '#FAA2A4'

red 250 ◦ green 162 ◦ blue 164

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

Shades of Wewak #FAA2A4

Tints of Wewak #FAA2A4

RGB

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

 GREEN value IS 162 (63.67% from 255) = 28.13%

 BLUE value IS 164 (64.45% from 255) = 28.47%

R = 43.4%
G = 28.13%
B = 28.47%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.34

 K value IS 0.02

RGB Variations

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

Color information

#FAA2A4 (or 0xFAA2A4) is known color: Wewak. HEX triplet: FA, A2 and A4. RGB value is (250,162,164). Sum of RGB (Red+Green+Blue) = 250+162+164=576 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.40% from 576); Green value is 162 (63.67% from 255 or 28.12% from 576); Blue value is 164 (64.45% from 255 or 28.47% from 576); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA2A4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA2A4 is #055D5B. Grayscale: #BCBCBC. Windows color (decimal): -351580 or 10789626. OLE color: 10789626.

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

Color convert

RGB 250 162 164 -
CMYK 0 0.35 0.34 0.02
HSL 358.64º 0.9% 0.81% -
HSV(B) 358.64º 0.35% 0.98% -
XYZ 59.05 48.84 41.44 -
YUV 188.54 114.15 171.84 -
System Red Green Blue C M Y K H S L
Decimal 250 162 164 0 0.35 0.34 0.02 358.64 0.9 0.81
Hex FA A2 A4 0 23 22 2 167 5A 51
Octal 372 242 244 0 43 42 2 547 132 121
Binary 11111010 10100010 10100100 0 100011 100010 10 101100111 1011010 1010001

Color Harmonies of #FAA2A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA2A4

Black with #FAA2A4

Text Example


Text Example

White with #FAA2A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA2A4; }

 p { color: rgb(250,162,164); }

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

background-color css

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

 a { background-color: rgb(250,162,164); }

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

border-color css

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

 span { border-color: rgb(250,162,164); }

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