Html Css Color HEX #F9A6A9 Wewak

📋 copy color: '#F9A6A9'

red 249 ◦ green 166 ◦ blue 169

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

Shades of Wewak #F9A6A9

Tints of Wewak #F9A6A9

RGB

 RED value IS 249 (97.66% from 255) = 42.64%

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

 BLUE value IS 169 (66.41% from 255) = 28.94%

R = 42.64%
G = 28.42%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#F9A6A9 (or 0xF9A6A9) is known color: Wewak. HEX triplet: F9, A6 and A9. RGB value is (249,166,169). Sum of RGB (Red+Green+Blue) = 249+166+169=584 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.64% from 584); Green value is 166 (65.23% from 255 or 28.42% from 584); Blue value is 169 (66.41% from 255 or 28.94% from 584); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A6A9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9A6A9 is #065956. Grayscale: #BFBFBF. Windows color (decimal): -416087 or 11118329. OLE color: 11118329.

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

Color convert

RGB 249 166 169 -
CMYK 0 0.33 0.32 0.02
HSL 357.83º 0.87% 0.81% -
HSV(B) 357.83º 0.33% 0.98% -
XYZ 59.86 50.28 44.09 -
YUV 191.16 115.5 169.26 -
System Red Green Blue C M Y K H S L
Decimal 249 166 169 0 0.33 0.32 0.02 357.83 0.87 0.81
Hex F9 A6 A9 0 21 20 2 166 57 51
Octal 371 246 251 0 41 40 2 546 127 121
Binary 11111001 10100110 10101001 0 100001 100000 10 101100110 1010111 1010001

Color Harmonies of #F9A6A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9A6A9

Black with #F9A6A9

Text Example


Text Example

White with #F9A6A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9A6A9; }

 p { color: rgb(249,166,169); }

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

background-color css

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

 a { background-color: rgb(249,166,169); }

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

border-color css

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

 span { border-color: rgb(249,166,169); }

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