Html Css Color HEX #FA9296 Wewak

📋 copy color: '#FA9296'

red 250 ◦ green 146 ◦ blue 150

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

Shades of Wewak #FA9296

Tints of Wewak #FA9296

RGB

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

 GREEN value IS 146 (57.42% from 255) = 26.74%

 BLUE value IS 150 (58.98% from 255) = 27.47%

R = 45.79%
G = 26.74%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.4

 K value IS 0.02

RGB Variations

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

Color information

#FA9296 (or 0xFA9296) is known color: Wewak. HEX triplet: FA, 92 and 96. RGB value is (250,146,150). Sum of RGB (Red+Green+Blue) = 250+146+150=546 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.79% from 546); Green value is 146 (57.42% from 255 or 26.74% from 546); Blue value is 150 (58.98% from 255 or 27.47% from 546); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9296 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA9296 is #056D69. Grayscale: #B1B1B1. Windows color (decimal): -355690 or 9868026. OLE color: 9868026.

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

Color convert

RGB 250 146 150 -
CMYK 0 0.42 0.4 0.02
HSL 357.69º 0.91% 0.78% -
HSV(B) 357.69º 0.42% 0.98% -
XYZ 55.21 43.08 34.26 -
YUV 177.55 112.46 179.67 -
System Red Green Blue C M Y K H S L
Decimal 250 146 150 0 0.42 0.4 0.02 357.69 0.91 0.78
Hex FA 92 96 0 2A 28 2 166 5B 4E
Octal 372 222 226 0 52 50 2 546 133 116
Binary 11111010 10010010 10010110 0 101010 101000 10 101100110 1011011 1001110

Color Harmonies of #FA9296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9296

Black with #FA9296

Text Example


Text Example

White with #FA9296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9296; }

 p { color: rgb(250,146,150); }

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

background-color css

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

 a { background-color: rgb(250,146,150); }

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

border-color css

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

 span { border-color: rgb(250,146,150); }

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