Html Css Color HEX #FE8895 Wewak

📋 copy color: '#FE8895'

red 254 ◦ green 136 ◦ blue 149

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

Shades of Wewak #FE8895

Tints of Wewak #FE8895

RGB

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

 GREEN value IS 136 (53.52% from 255) = 25.23%

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

R = 47.12%
G = 25.23%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.41

 K value IS 0.00

RGB Variations

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

Color information

#FE8895 (or 0xFE8895) is known color: Wewak. HEX triplet: FE, 88 and 95. RGB value is (254,136,149). Sum of RGB (Red+Green+Blue) = 254+136+149=539 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.12% from 539); Green value is 136 (53.52% from 255 or 25.23% from 539); Blue value is 149 (58.59% from 255 or 27.64% from 539); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8895 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8895 is #01776A. Grayscale: #ACACAC. Windows color (decimal): -96107 or 9799934. OLE color: 9799934.

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

Color convert

RGB 254 136 149 -
CMYK 0 0.46 0.41 0.00
HSL 353.39º 0.98% 0.76% -
HSV(B) 353.39º 0.46% 1% -
XYZ 55.1 40.85 33.41 -
YUV 172.76 114.59 185.94 -
System Red Green Blue C M Y K H S L
Decimal 254 136 149 0 0.46 0.41 0.00 353.39 0.98 0.76
Hex FE 88 95 0 2E 29 0 161 62 4C
Octal 376 210 225 0 56 51 0 541 142 114
Binary 11111110 10001000 10010101 0 101110 101001 0 101100001 1100010 1001100

Color Harmonies of #FE8895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8895

Black with #FE8895

Text Example


Text Example

White with #FE8895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8895; }

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

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

background-color css

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

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

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

border-color css

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

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

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