Html Css Color HEX #FAA1A6 Wewak

📋 copy color: '#FAA1A6'

red 250 ◦ green 161 ◦ blue 166

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

Shades of Wewak #FAA1A6

Tints of Wewak #FAA1A6

RGB

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

 GREEN value IS 161 (63.28% from 255) = 27.9%

 BLUE value IS 166 (65.23% from 255) = 28.77%

R = 43.33%
G = 27.9%
B = 28.77%

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

#FAA1A6 (or 0xFAA1A6) is known color: Wewak. HEX triplet: FA, A1 and A6. RGB value is (250,161,166). Sum of RGB (Red+Green+Blue) = 250+161+166=577 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.33% from 577); Green value is 161 (63.28% from 255 or 27.90% from 577); Blue value is 166 (65.23% from 255 or 28.77% from 577); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA1A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA1A6 is #055E59. Grayscale: #BCBCBC. Windows color (decimal): -351834 or 10920442. OLE color: 10920442.

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

Color convert

RGB 250 161 166 -
CMYK 0 0.36 0.34 0.02
HSL 356.63º 0.9% 0.81% -
HSV(B) 356.63º 0.36% 0.98% -
XYZ 59.05 48.57 42.34 -
YUV 188.18 115.49 172.09 -
System Red Green Blue C M Y K H S L
Decimal 250 161 166 0 0.36 0.34 0.02 356.63 0.9 0.81
Hex FA A1 A6 0 24 22 2 165 5A 51
Octal 372 241 246 0 44 42 2 545 132 121
Binary 11111010 10100001 10100110 0 100100 100010 10 101100101 1011010 1010001

Color Harmonies of #FAA1A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA1A6

Black with #FAA1A6

Text Example


Text Example

White with #FAA1A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA1A6; }

 p { color: rgb(250,161,166); }

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

background-color css

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

 a { background-color: rgb(250,161,166); }

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

border-color css

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

 span { border-color: rgb(250,161,166); }

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