Html Css Color HEX #FAA5A8 Wewak

📋 copy color: '#FAA5A8'

red 250 ◦ green 165 ◦ blue 168

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

Shades of Wewak #FAA5A8

Tints of Wewak #FAA5A8

RGB

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

 GREEN value IS 165 (64.84% from 255) = 28.3%

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

R = 42.88%
G = 28.3%
B = 28.82%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#FAA5A8 (or 0xFAA5A8) is known color: Wewak. HEX triplet: FA, A5 and A8. RGB value is (250,165,168). Sum of RGB (Red+Green+Blue) = 250+165+168=583 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.88% from 583); Green value is 165 (64.84% from 255 or 28.30% from 583); Blue value is 168 (66.02% from 255 or 28.82% from 583); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA5A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA5A8 is #055A57. Grayscale: #BEBEBE. Windows color (decimal): -350808 or 11052538. OLE color: 11052538.

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

Color convert

RGB 250 165 168 -
CMYK 0 0.34 0.33 0.02
HSL 357.88º 0.89% 0.81% -
HSV(B) 357.88º 0.34% 0.98% -
XYZ 59.95 50.06 43.55 -
YUV 190.76 115.16 170.26 -
System Red Green Blue C M Y K H S L
Decimal 250 165 168 0 0.34 0.33 0.02 357.88 0.89 0.81
Hex FA A5 A8 0 22 21 2 166 59 51
Octal 372 245 250 0 42 41 2 546 131 121
Binary 11111010 10100101 10101000 0 100010 100001 10 101100110 1011001 1010001

Color Harmonies of #FAA5A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA5A8

Black with #FAA5A8

Text Example


Text Example

White with #FAA5A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA5A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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