Html Css Color HEX #FA949C Wewak

📋 copy color: '#FA949C'

red 250 ◦ green 148 ◦ blue 156

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

Shades of Wewak #FA949C

Tints of Wewak #FA949C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 26.71%

 BLUE value IS 156 (61.33% from 255) = 28.16%

R = 45.13%
G = 26.71%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#FA949C (or 0xFA949C) is known color: Wewak. HEX triplet: FA, 94 and 9C. RGB value is (250,148,156). Sum of RGB (Red+Green+Blue) = 250+148+156=554 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.13% from 554); Green value is 148 (58.20% from 255 or 26.71% from 554); Blue value is 156 (61.33% from 255 or 28.16% from 554); Max value from RGB is 250 - color contains mainly: red. Hex color #FA949C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA949C is #056B63. Grayscale: #B3B3B3. Windows color (decimal): -355172 or 10261754. OLE color: 10261754.

HSL color Cylindrical-coordinate representation of color #FA949C: hue angle of 355.29º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FA949C is Cyan = 0, Magento = 0.41, Yellow = 0.38 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 148 156 -
CMYK 0 0.41 0.38 0.02
HSL 355.29º 0.91% 0.78% -
HSV(B) 355.29º 0.41% 0.98% -
XYZ 56.02 43.9 36.97 -
YUV 179.41 114.79 178.35 -
System Red Green Blue C M Y K H S L
Decimal 250 148 156 0 0.41 0.38 0.02 355.29 0.91 0.78
Hex FA 94 9C 0 29 26 2 163 5B 4E
Octal 372 224 234 0 51 46 2 543 133 116
Binary 11111010 10010100 10011100 0 101001 100110 10 101100011 1011011 1001110

Color Harmonies of #FA949C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA949C

Black with #FA949C

Text Example


Text Example

White with #FA949C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA949C; }

 p { color: rgb(250,148,156); }

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

background-color css

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

 a { background-color: rgb(250,148,156); }

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

border-color css

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

 span { border-color: rgb(250,148,156); }

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