Html Css Color HEX #FA8794 Wewak

📋 copy color: '#FA8794'

red 250 ◦ green 135 ◦ blue 148

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

Shades of Wewak #FA8794

Tints of Wewak #FA8794

RGB

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

 GREEN value IS 135 (53.13% from 255) = 25.33%

 BLUE value IS 148 (58.2% from 255) = 27.77%

R = 46.9%
G = 25.33%
B = 27.77%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#FA8794 (or 0xFA8794) is known color: Wewak. HEX triplet: FA, 87 and 94. RGB value is (250,135,148). Sum of RGB (Red+Green+Blue) = 250+135+148=533 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.90% from 533); Green value is 135 (53.12% from 255 or 25.33% from 533); Blue value is 148 (58.20% from 255 or 27.77% from 533); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8794 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8794 is #05786B. Grayscale: #AAAAAA. Windows color (decimal): -358508 or 9734138. OLE color: 9734138.

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

Color convert

RGB 250 135 148 -
CMYK 0 0.46 0.41 0.02
HSL 353.22º 0.92% 0.75% -
HSV(B) 353.22º 0.46% 0.98% -
XYZ 53.43 39.79 32.88 -
YUV 170.87 115.1 184.44 -
System Red Green Blue C M Y K H S L
Decimal 250 135 148 0 0.46 0.41 0.02 353.22 0.92 0.75
Hex FA 87 94 0 2E 29 2 161 5C 4B
Octal 372 207 224 0 56 51 2 541 134 113
Binary 11111010 10000111 10010100 0 101110 101001 10 101100001 1011100 1001011

Color Harmonies of #FA8794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8794

Black with #FA8794

Text Example


Text Example

White with #FA8794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8794; }

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

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

background-color css

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

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

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

border-color css

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

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

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