Html Css Color HEX #FAA1A8 Wewak

📋 copy color: '#FAA1A8'

red 250 ◦ green 161 ◦ blue 168

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

Shades of Wewak #FAA1A8

Tints of Wewak #FAA1A8

RGB

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

 GREEN value IS 161 (63.28% from 255) = 27.81%

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

R = 43.18%
G = 27.81%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#FAA1A8 (or 0xFAA1A8) is known color: Wewak. HEX triplet: FA, A1 and A8. RGB value is (250,161,168). Sum of RGB (Red+Green+Blue) = 250+161+168=579 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.18% from 579); Green value is 161 (63.28% from 255 or 27.81% from 579); Blue value is 168 (66.02% from 255 or 29.02% from 579); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA1A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA1A8 is #055E57. Grayscale: #BCBCBC. Windows color (decimal): -351832 or 11051514. OLE color: 11051514.

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

Color convert

RGB 250 161 168 -
CMYK 0 0.36 0.33 0.02
HSL 355.28º 0.9% 0.81% -
HSV(B) 355.28º 0.36% 0.98% -
XYZ 59.24 48.64 43.31 -
YUV 188.41 116.49 171.93 -
System Red Green Blue C M Y K H S L
Decimal 250 161 168 0 0.36 0.33 0.02 355.28 0.9 0.81
Hex FA A1 A8 0 24 21 2 163 5A 51
Octal 372 241 250 0 44 41 2 543 132 121
Binary 11111010 10100001 10101000 0 100100 100001 10 101100011 1011010 1010001

Color Harmonies of #FAA1A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA1A8

Black with #FAA1A8

Text Example


Text Example

White with #FAA1A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA1A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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