Html Css Color HEX #FE9195 Wewak

📋 copy color: '#FE9195'

red 254 ◦ green 145 ◦ blue 149

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

Shades of Wewak #FE9195

Tints of Wewak #FE9195

RGB

 RED value IS 254 (99.61% from 255) = 46.35%

 GREEN value IS 145 (57.03% from 255) = 26.46%

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

R = 46.35%
G = 26.46%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.41

 K value IS 0.00

RGB Variations

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

Color information

#FE9195 (or 0xFE9195) is known color: Wewak. HEX triplet: FE, 91 and 95. RGB value is (254,145,149). Sum of RGB (Red+Green+Blue) = 254+145+149=548 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.35% from 548); Green value is 145 (57.03% from 255 or 26.46% from 548); Blue value is 149 (58.59% from 255 or 27.19% from 548); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9195 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE9195 is #016E6A. Grayscale: #B2B2B2. Windows color (decimal): -93803 or 9802238. OLE color: 9802238.

HSL color Cylindrical-coordinate representation of color #FE9195: hue angle of 357.8º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FE9195 is Cyan = 0, Magento = 0.43, Yellow = 0.41 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 145 149 -
CMYK 0 0.43 0.41 0.00
HSL 357.8º 0.98% 0.78% -
HSV(B) 357.8º 0.43% 1% -
XYZ 56.42 43.49 33.85 -
YUV 178.05 111.61 182.17 -
System Red Green Blue C M Y K H S L
Decimal 254 145 149 0 0.43 0.41 0.00 357.8 0.98 0.78
Hex FE 91 95 0 2B 29 0 166 62 4E
Octal 376 221 225 0 53 51 0 546 142 116
Binary 11111110 10010001 10010101 0 101011 101001 0 101100110 1100010 1001110

Color Harmonies of #FE9195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9195

Black with #FE9195

Text Example


Text Example

White with #FE9195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9195; }

 p { color: rgb(254,145,149); }

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

background-color css

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

 a { background-color: rgb(254,145,149); }

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

border-color css

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

 span { border-color: rgb(254,145,149); }

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