Html Css Color HEX #FAA7AA Wewak

📋 copy color: '#FAA7AA'

red 250 ◦ green 167 ◦ blue 170

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

Shades of Wewak #FAA7AA

Tints of Wewak #FAA7AA

RGB

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

 GREEN value IS 167 (65.63% from 255) = 28.45%

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

R = 42.59%
G = 28.45%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#FAA7AA (or 0xFAA7AA) is known color: Wewak. HEX triplet: FA, A7 and AA. RGB value is (250,167,170). Sum of RGB (Red+Green+Blue) = 250+167+170=587 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.59% from 587); Green value is 167 (65.62% from 255 or 28.45% from 587); Blue value is 170 (66.80% from 255 or 28.96% from 587); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA7AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA7AA is #055855. Grayscale: #C0C0C0. Windows color (decimal): -350294 or 11184122. OLE color: 11184122.

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

Color convert

RGB 250 167 170 -
CMYK 0 0.33 0.32 0.02
HSL 357.83º 0.89% 0.82% -
HSV(B) 357.83º 0.33% 0.98% -
XYZ 60.5 50.86 44.66 -
YUV 192.16 115.5 169.26 -
System Red Green Blue C M Y K H S L
Decimal 250 167 170 0 0.33 0.32 0.02 357.83 0.89 0.82
Hex FA A7 AA 0 21 20 2 166 59 52
Octal 372 247 252 0 41 40 2 546 131 122
Binary 11111010 10100111 10101010 0 100001 100000 10 101100110 1011001 1010010

Color Harmonies of #FAA7AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA7AA

Black with #FAA7AA

Text Example


Text Example

White with #FAA7AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA7AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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