Html Css Color HEX #FAA6A8 Wewak

📋 copy color: '#FAA6A8'

red 250 ◦ green 166 ◦ blue 168

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

Shades of Wewak #FAA6A8

Tints of Wewak #FAA6A8

RGB

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

 GREEN value IS 166 (65.23% from 255) = 28.42%

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

R = 42.81%
G = 28.42%
B = 28.77%

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

#FAA6A8 (or 0xFAA6A8) is known color: Wewak. HEX triplet: FA, A6 and A8. RGB value is (250,166,168). Sum of RGB (Red+Green+Blue) = 250+166+168=584 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.81% from 584); Green value is 166 (65.23% from 255 or 28.42% from 584); Blue value is 168 (66.02% from 255 or 28.77% from 584); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA6A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA6A8 is #055957. Grayscale: #BFBFBF. Windows color (decimal): -350552 or 11052794. OLE color: 11052794.

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

Color convert

RGB 250 166 168 -
CMYK 0 0.34 0.33 0.02
HSL 358.57º 0.89% 0.82% -
HSV(B) 358.57º 0.34% 0.98% -
XYZ 60.13 50.42 43.61 -
YUV 191.34 114.83 169.84 -
System Red Green Blue C M Y K H S L
Decimal 250 166 168 0 0.34 0.33 0.02 358.57 0.89 0.82
Hex FA A6 A8 0 22 21 2 167 59 52
Octal 372 246 250 0 42 41 2 547 131 122
Binary 11111010 10100110 10101000 0 100010 100001 10 101100111 1011001 1010010

Color Harmonies of #FAA6A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA6A8

Black with #FAA6A8

Text Example


Text Example

White with #FAA6A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA6A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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