Html Css Color HEX #FA8495 Wewak

📋 copy color: '#FA8495'

red 250 ◦ green 132 ◦ blue 149

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

Shades of Wewak #FA8495

Tints of Wewak #FA8495

RGB

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

 GREEN value IS 132 (51.95% from 255) = 24.86%

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

R = 47.08%
G = 24.86%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#FA8495 (or 0xFA8495) is known color: Wewak. HEX triplet: FA, 84 and 95. RGB value is (250,132,149). Sum of RGB (Red+Green+Blue) = 250+132+149=531 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.08% from 531); Green value is 132 (51.95% from 255 or 24.86% from 531); Blue value is 149 (58.59% from 255 or 28.06% from 531); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8495 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8495 is #057B6A. Grayscale: #A9A9A9. Windows color (decimal): -359275 or 9798906. OLE color: 9798906.

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

Color convert

RGB 250 132 149 -
CMYK 0 0.47 0.40 0.02
HSL 351.36º 0.92% 0.75% -
HSV(B) 351.36º 0.47% 0.98% -
XYZ 53.1 39 33.16 -
YUV 169.22 116.59 185.62 -
System Red Green Blue C M Y K H S L
Decimal 250 132 149 0 0.47 0.40 0.02 351.36 0.92 0.75
Hex FA 84 95 0 2F 28 2 15F 5C 4B
Octal 372 204 225 0 57 50 2 537 134 113
Binary 11111010 10000100 10010101 0 101111 101000 10 101011111 1011100 1001011

Color Harmonies of #FA8495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8495

Black with #FA8495

Text Example


Text Example

White with #FA8495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8495; }

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

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

background-color css

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

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

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

border-color css

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

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

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