Html Css Color HEX #FAA7A8 Wewak

📋 copy color: '#FAA7A8'

red 250 ◦ green 167 ◦ blue 168

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

Shades of Wewak #FAA7A8

Tints of Wewak #FAA7A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 28.72%

R = 42.74%
G = 28.55%
B = 28.72%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#FAA7A8 (or 0xFAA7A8) is known color: Wewak. HEX triplet: FA, A7 and A8. RGB value is (250,167,168). Sum of RGB (Red+Green+Blue) = 250+167+168=585 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.74% from 585); Green value is 167 (65.62% from 255 or 28.55% from 585); Blue value is 168 (66.02% from 255 or 28.72% from 585); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA7A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA7A8 is #055857. Grayscale: #C0C0C0. Windows color (decimal): -350296 or 11053050. OLE color: 11053050.

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

Color convert

RGB 250 167 168 -
CMYK 0 0.33 0.33 0.02
HSL 359.28º 0.89% 0.82% -
HSV(B) 359.28º 0.33% 0.98% -
XYZ 60.31 50.79 43.67 -
YUV 191.93 114.5 169.42 -
System Red Green Blue C M Y K H S L
Decimal 250 167 168 0 0.33 0.33 0.02 359.28 0.89 0.82
Hex FA A7 A8 0 21 21 2 167 59 52
Octal 372 247 250 0 41 41 2 547 131 122
Binary 11111010 10100111 10101000 0 100001 100001 10 101100111 1011001 1010010

Color Harmonies of #FAA7A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA7A8

Black with #FAA7A8

Text Example


Text Example

White with #FAA7A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA7A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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