Html Css Color HEX #FAA1A4 Wewak

📋 copy color: '#FAA1A4'

red 250 ◦ green 161 ◦ blue 164

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

Shades of Wewak #FAA1A4

Tints of Wewak #FAA1A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 28.52%

R = 43.48%
G = 28%
B = 28.52%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.34

 K value IS 0.02

RGB Variations

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

Color information

#FAA1A4 (or 0xFAA1A4) is known color: Wewak. HEX triplet: FA, A1 and A4. RGB value is (250,161,164). Sum of RGB (Red+Green+Blue) = 250+161+164=575 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.48% from 575); Green value is 161 (63.28% from 255 or 28% from 575); Blue value is 164 (64.45% from 255 or 28.52% from 575); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA1A4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA1A4 is #055E5B. Grayscale: #BCBCBC. Windows color (decimal): -351836 or 10789370. OLE color: 10789370.

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

Color convert

RGB 250 161 164 -
CMYK 0 0.36 0.34 0.02
HSL 357.98º 0.9% 0.81% -
HSV(B) 357.98º 0.36% 0.98% -
XYZ 58.87 48.49 41.38 -
YUV 187.95 114.49 172.26 -
System Red Green Blue C M Y K H S L
Decimal 250 161 164 0 0.36 0.34 0.02 357.98 0.9 0.81
Hex FA A1 A4 0 24 22 2 166 5A 51
Octal 372 241 244 0 44 42 2 546 132 121
Binary 11111010 10100001 10100100 0 100100 100010 10 101100110 1011010 1010001

Color Harmonies of #FAA1A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA1A4

Black with #FAA1A4

Text Example


Text Example

White with #FAA1A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA1A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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