Html Css Color HEX #FA959D Wewak

📋 copy color: '#FA959D'

red 250 ◦ green 149 ◦ blue 157

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

Shades of Wewak #FA959D

Tints of Wewak #FA959D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 26.8%

 BLUE value IS 157 (61.72% from 255) = 28.24%

R = 44.96%
G = 26.8%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#FA959D (or 0xFA959D) is known color: Wewak. HEX triplet: FA, 95 and 9D. RGB value is (250,149,157). Sum of RGB (Red+Green+Blue) = 250+149+157=556 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.96% from 556); Green value is 149 (58.59% from 255 or 26.80% from 556); Blue value is 157 (61.72% from 255 or 28.24% from 556); Max value from RGB is 250 - color contains mainly: red. Hex color #FA959D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA959D is #056A62. Grayscale: #B4B4B4. Windows color (decimal): -354915 or 10327546. OLE color: 10327546.

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

Color convert

RGB 250 149 157 -
CMYK 0 0.40 0.37 0.02
HSL 355.25º 0.91% 0.78% -
HSV(B) 355.25º 0.4% 0.98% -
XYZ 56.26 44.25 37.47 -
YUV 180.11 114.96 177.85 -
System Red Green Blue C M Y K H S L
Decimal 250 149 157 0 0.40 0.37 0.02 355.25 0.91 0.78
Hex FA 95 9D 0 28 25 2 163 5B 4E
Octal 372 225 235 0 50 45 2 543 133 116
Binary 11111010 10010101 10011101 0 101000 100101 10 101100011 1011011 1001110

Color Harmonies of #FA959D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA959D

Black with #FA959D

Text Example


Text Example

White with #FA959D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA959D; }

 p { color: rgb(250,149,157); }

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

background-color css

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

 a { background-color: rgb(250,149,157); }

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

border-color css

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

 span { border-color: rgb(250,149,157); }

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