Html Css Color HEX #FA8F95 Wewak

📋 copy color: '#FA8F95'

red 250 ◦ green 143 ◦ blue 149

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

Shades of Wewak #FA8F95

Tints of Wewak #FA8F95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 27.49%

R = 46.13%
G = 26.38%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#FA8F95 (or 0xFA8F95) is known color: Wewak. HEX triplet: FA, 8F and 95. RGB value is (250,143,149). Sum of RGB (Red+Green+Blue) = 250+143+149=542 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.13% from 542); Green value is 143 (56.25% from 255 or 26.38% from 542); Blue value is 149 (58.59% from 255 or 27.49% from 542); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8F95 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8F95 is #05706A. Grayscale: #AFAFAF. Windows color (decimal): -356459 or 9801722. OLE color: 9801722.

HSL color Cylindrical-coordinate representation of color #FA8F95: hue angle of 356.64º 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 #FA8F95 is Cyan = 0, Magento = 0.43, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 143 149 -
CMYK 0 0.43 0.40 0.02
HSL 356.64º 0.91% 0.77% -
HSV(B) 356.64º 0.43% 0.98% -
XYZ 54.67 42.14 33.69 -
YUV 175.68 112.95 181.01 -
System Red Green Blue C M Y K H S L
Decimal 250 143 149 0 0.43 0.40 0.02 356.64 0.91 0.77
Hex FA 8F 95 0 2B 28 2 165 5B 4D
Octal 372 217 225 0 53 50 2 545 133 115
Binary 11111010 10001111 10010101 0 101011 101000 10 101100101 1011011 1001101

Color Harmonies of #FA8F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8F95

Black with #FA8F95

Text Example


Text Example

White with #FA8F95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8F95; }

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

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

background-color css

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

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

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

border-color css

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

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

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