Html Css Color HEX #FAA1A5 Wewak

📋 copy color: '#FAA1A5'

red 250 ◦ green 161 ◦ blue 165

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

Shades of Wewak #FAA1A5

Tints of Wewak #FAA1A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 28.65%

R = 43.4%
G = 27.95%
B = 28.65%

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

#FAA1A5 (or 0xFAA1A5) is known color: Wewak. HEX triplet: FA, A1 and A5. RGB value is (250,161,165). Sum of RGB (Red+Green+Blue) = 250+161+165=576 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.40% from 576); Green value is 161 (63.28% from 255 or 27.95% from 576); Blue value is 165 (64.84% from 255 or 28.65% from 576); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA1A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA1A5 is #055E5A. Grayscale: #BCBCBC. Windows color (decimal): -351835 or 10854906. OLE color: 10854906.

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

Color convert

RGB 250 161 165 -
CMYK 0 0.36 0.34 0.02
HSL 357.3º 0.9% 0.81% -
HSV(B) 357.3º 0.36% 0.98% -
XYZ 58.96 48.53 41.86 -
YUV 188.07 114.99 172.17 -
System Red Green Blue C M Y K H S L
Decimal 250 161 165 0 0.36 0.34 0.02 357.3 0.9 0.81
Hex FA A1 A5 0 24 22 2 165 5A 51
Octal 372 241 245 0 44 42 2 545 132 121
Binary 11111010 10100001 10100101 0 100100 100010 10 101100101 1011010 1010001

Color Harmonies of #FAA1A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA1A5

Black with #FAA1A5

Text Example


Text Example

White with #FAA1A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA1A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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