Html Css Color HEX #FE959A Wewak

📋 copy color: '#FE959A'

red 254 ◦ green 149 ◦ blue 154

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

Shades of Wewak #FE959A

Tints of Wewak #FE959A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 26.75%

 BLUE value IS 154 (60.55% from 255) = 27.65%

R = 45.6%
G = 26.75%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.39

 K value IS 0.00

RGB Variations

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

Color information

#FE959A (or 0xFE959A) is known color: Wewak. HEX triplet: FE, 95 and 9A. RGB value is (254,149,154). Sum of RGB (Red+Green+Blue) = 254+149+154=557 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.60% from 557); Green value is 149 (58.59% from 255 or 26.75% from 557); Blue value is 154 (60.55% from 255 or 27.65% from 557); Max value from RGB is 254 - color contains mainly: red. Hex color #FE959A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE959A is #016A65. Grayscale: #B5B5B5. Windows color (decimal): -92774 or 10130942. OLE color: 10130942.

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

Color convert

RGB 254 149 154 -
CMYK 0 0.41 0.39 0.00
HSL 357.14º 0.98% 0.79% -
HSV(B) 357.14º 0.41% 1% -
XYZ 57.45 44.9 36.21 -
YUV 180.97 112.79 180.09 -
System Red Green Blue C M Y K H S L
Decimal 254 149 154 0 0.41 0.39 0.00 357.14 0.98 0.79
Hex FE 95 9A 0 29 27 0 165 62 4F
Octal 376 225 232 0 51 47 0 545 142 117
Binary 11111110 10010101 10011010 0 101001 100111 0 101100101 1100010 1001111

Color Harmonies of #FE959A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE959A

Black with #FE959A

Text Example


Text Example

White with #FE959A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE959A; }

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

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

background-color css

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

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

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

border-color css

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

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

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