Html Css Color HEX #FA8F9D Wewak

📋 copy color: '#FA8F9D'

red 250 ◦ green 143 ◦ blue 157

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

Shades of Wewak #FA8F9D

Tints of Wewak #FA8F9D

RGB

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

 GREEN value IS 143 (56.25% from 255) = 26%

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

R = 45.45%
G = 26%
B = 28.55%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#FA8F9D (or 0xFA8F9D) is known color: Wewak. HEX triplet: FA, 8F and 9D. RGB value is (250,143,157). Sum of RGB (Red+Green+Blue) = 250+143+157=550 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.45% from 550); Green value is 143 (56.25% from 255 or 26% from 550); Blue value is 157 (61.72% from 255 or 28.55% from 550); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8F9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8F9D is #057062. Grayscale: #B0B0B0. Windows color (decimal): -356451 or 10326010. OLE color: 10326010.

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

Color convert

RGB 250 143 157 -
CMYK 0 0.43 0.37 0.02
HSL 352.15º 0.91% 0.77% -
HSV(B) 352.15º 0.43% 0.98% -
XYZ 55.33 42.4 37.17 -
YUV 176.59 116.95 180.36 -
System Red Green Blue C M Y K H S L
Decimal 250 143 157 0 0.43 0.37 0.02 352.15 0.91 0.77
Hex FA 8F 9D 0 2B 25 2 160 5B 4D
Octal 372 217 235 0 53 45 2 540 133 115
Binary 11111010 10001111 10011101 0 101011 100101 10 101100000 1011011 1001101

Color Harmonies of #FA8F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8F9D

Black with #FA8F9D

Text Example


Text Example

White with #FA8F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8F9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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