Html Css Color HEX #FA8C9F Wewak

📋 copy color: '#FA8C9F'

red 250 ◦ green 140 ◦ blue 159

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

Shades of Wewak #FA8C9F

Tints of Wewak #FA8C9F

RGB

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

 GREEN value IS 140 (55.08% from 255) = 25.5%

 BLUE value IS 159 (62.5% from 255) = 28.96%

R = 45.54%
G = 25.5%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#FA8C9F (or 0xFA8C9F) is known color: Wewak. HEX triplet: FA, 8C and 9F. RGB value is (250,140,159). Sum of RGB (Red+Green+Blue) = 250+140+159=549 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.54% from 549); Green value is 140 (55.08% from 255 or 25.50% from 549); Blue value is 159 (62.5% from 255 or 28.96% from 549); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8C9F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8C9F is #057360. Grayscale: #AFAFAF. Windows color (decimal): -357217 or 10456314. OLE color: 10456314.

HSL color Cylindrical-coordinate representation of color #FA8C9F: hue angle of 349.64º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FA8C9F is Cyan = 0, Magento = 0.44, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 140 159 -
CMYK 0 0.44 0.36 0.02
HSL 349.64º 0.92% 0.76% -
HSV(B) 349.64º 0.44% 0.98% -
XYZ 55.06 41.58 37.93 -
YUV 175.06 118.94 181.46 -
System Red Green Blue C M Y K H S L
Decimal 250 140 159 0 0.44 0.36 0.02 349.64 0.92 0.76
Hex FA 8C 9F 0 2C 24 2 15E 5C 4C
Octal 372 214 237 0 54 44 2 536 134 114
Binary 11111010 10001100 10011111 0 101100 100100 10 101011110 1011100 1001100

Color Harmonies of #FA8C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8C9F

Black with #FA8C9F

Text Example


Text Example

White with #FA8C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8C9F; }

 p { color: rgb(250,140,159); }

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

background-color css

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

 a { background-color: rgb(250,140,159); }

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

border-color css

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

 span { border-color: rgb(250,140,159); }

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