Html Css Color HEX #FAA3A9 Wewak

📋 copy color: '#FAA3A9'

red 250 ◦ green 163 ◦ blue 169

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

Shades of Wewak #FAA3A9

Tints of Wewak #FAA3A9

RGB

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

 GREEN value IS 163 (64.06% from 255) = 28.01%

 BLUE value IS 169 (66.41% from 255) = 29.04%

R = 42.96%
G = 28.01%
B = 29.04%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#FAA3A9 (or 0xFAA3A9) is known color: Wewak. HEX triplet: FA, A3 and A9. RGB value is (250,163,169). Sum of RGB (Red+Green+Blue) = 250+163+169=582 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.96% from 582); Green value is 163 (64.06% from 255 or 28.01% from 582); Blue value is 169 (66.41% from 255 or 29.04% from 582); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA3A9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA3A9 is #055C56. Grayscale: #BDBDBD. Windows color (decimal): -351319 or 11117562. OLE color: 11117562.

HSL color Cylindrical-coordinate representation of color #FAA3A9: hue angle of 355.86º 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 #FAA3A9 is Cyan = 0, Magento = 0.35, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 163 169 -
CMYK 0 0.35 0.32 0.02
HSL 355.86º 0.9% 0.81% -
HSV(B) 355.86º 0.35% 0.98% -
XYZ 59.68 49.38 43.92 -
YUV 189.7 116.32 171.01 -
System Red Green Blue C M Y K H S L
Decimal 250 163 169 0 0.35 0.32 0.02 355.86 0.9 0.81
Hex FA A3 A9 0 23 20 2 164 5A 51
Octal 372 243 251 0 43 40 2 544 132 121
Binary 11111010 10100011 10101001 0 100011 100000 10 101100100 1011010 1010001

Color Harmonies of #FAA3A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA3A9

Black with #FAA3A9

Text Example


Text Example

White with #FAA3A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA3A9; }

 p { color: rgb(250,163,169); }

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

background-color css

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

 a { background-color: rgb(250,163,169); }

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

border-color css

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

 span { border-color: rgb(250,163,169); }

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