Html Css Color HEX #FE8690 Wewak

📋 copy color: '#FE8690'

red 254 ◦ green 134 ◦ blue 144

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

Shades of Wewak #FE8690

Tints of Wewak #FE8690

RGB

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

 GREEN value IS 134 (52.73% from 255) = 25.19%

 BLUE value IS 144 (56.64% from 255) = 27.07%

R = 47.74%
G = 25.19%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.43

 K value IS 0.00

RGB Variations

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

Color information

#FE8690 (or 0xFE8690) is known color: Wewak. HEX triplet: FE, 86 and 90. RGB value is (254,134,144). Sum of RGB (Red+Green+Blue) = 254+134+144=532 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.74% from 532); Green value is 134 (52.73% from 255 or 25.19% from 532); Blue value is 144 (56.64% from 255 or 27.07% from 532); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8690 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8690 is #01796F. Grayscale: #ABABAB. Windows color (decimal): -96624 or 9471742. OLE color: 9471742.

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

Color convert

RGB 254 134 144 -
CMYK 0 0.47 0.43 0.00
HSL 355º 0.98% 0.76% -
HSV(B) 355º 0.47% 1% -
XYZ 54.43 40.13 31.26 -
YUV 171.02 112.76 187.19 -
System Red Green Blue C M Y K H S L
Decimal 254 134 144 0 0.47 0.43 0.00 355 0.98 0.76
Hex FE 86 90 0 2F 2B 0 163 62 4C
Octal 376 206 220 0 57 53 0 543 142 114
Binary 11111110 10000110 10010000 0 101111 101011 0 101100011 1100010 1001100

Color Harmonies of #FE8690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8690

Black with #FE8690

Text Example


Text Example

White with #FE8690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8690; }

 p { color: rgb(254,134,144); }

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

background-color css

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

 a { background-color: rgb(254,134,144); }

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

border-color css

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

 span { border-color: rgb(254,134,144); }

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