Html Css Color HEX #FAA3A7 Wewak

📋 copy color: '#FAA3A7'

red 250 ◦ green 163 ◦ blue 167

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

Shades of Wewak #FAA3A7

Tints of Wewak #FAA3A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 28.79%

R = 43.1%
G = 28.1%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#FAA3A7 (or 0xFAA3A7) is known color: Wewak. HEX triplet: FA, A3 and A7. RGB value is (250,163,167). Sum of RGB (Red+Green+Blue) = 250+163+167=580 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.10% from 580); Green value is 163 (64.06% from 255 or 28.10% from 580); Blue value is 167 (65.62% from 255 or 28.79% from 580); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA3A7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA3A7 is #055C58. Grayscale: #BDBDBD. Windows color (decimal): -351321 or 10986490. OLE color: 10986490.

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

Color convert

RGB 250 163 167 -
CMYK 0 0.35 0.33 0.02
HSL 357.24º 0.9% 0.81% -
HSV(B) 357.24º 0.35% 0.98% -
XYZ 59.5 49.31 42.94 -
YUV 189.47 115.32 171.17 -
System Red Green Blue C M Y K H S L
Decimal 250 163 167 0 0.35 0.33 0.02 357.24 0.9 0.81
Hex FA A3 A7 0 23 21 2 165 5A 51
Octal 372 243 247 0 43 41 2 545 132 121
Binary 11111010 10100011 10100111 0 100011 100001 10 101100101 1011010 1010001

Color Harmonies of #FAA3A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA3A7

Black with #FAA3A7

Text Example


Text Example

White with #FAA3A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA3A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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