Html Css Color HEX #FAA6AA Wewak

📋 copy color: '#FAA6AA'

red 250 ◦ green 166 ◦ blue 170

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

Shades of Wewak #FAA6AA

Tints of Wewak #FAA6AA

RGB

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

 GREEN value IS 166 (65.23% from 255) = 28.33%

 BLUE value IS 170 (66.8% from 255) = 29.01%

R = 42.66%
G = 28.33%
B = 29.01%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#FAA6AA (or 0xFAA6AA) is known color: Wewak. HEX triplet: FA, A6 and AA. RGB value is (250,166,170). Sum of RGB (Red+Green+Blue) = 250+166+170=586 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.66% from 586); Green value is 166 (65.23% from 255 or 28.33% from 586); Blue value is 170 (66.80% from 255 or 29.01% from 586); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA6AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA6AA is #055955. Grayscale: #BFBFBF. Windows color (decimal): -350550 or 11183866. OLE color: 11183866.

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

Color convert

RGB 250 166 170 -
CMYK 0 0.34 0.32 0.02
HSL 357.14º 0.89% 0.82% -
HSV(B) 357.14º 0.34% 0.98% -
XYZ 60.32 50.5 44.6 -
YUV 191.57 115.83 169.67 -
System Red Green Blue C M Y K H S L
Decimal 250 166 170 0 0.34 0.32 0.02 357.14 0.89 0.82
Hex FA A6 AA 0 22 20 2 165 59 52
Octal 372 246 252 0 42 40 2 545 131 122
Binary 11111010 10100110 10101010 0 100010 100000 10 101100101 1011001 1010010

Color Harmonies of #FAA6AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA6AA

Black with #FAA6AA

Text Example


Text Example

White with #FAA6AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA6AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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