Html Css Color HEX #FE838A Wewak

📋 copy color: '#FE838A'

red 254 ◦ green 131 ◦ blue 138

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

Shades of Wewak #FE838A

Tints of Wewak #FE838A

RGB

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

 GREEN value IS 131 (51.56% from 255) = 25.05%

 BLUE value IS 138 (54.3% from 255) = 26.39%

R = 48.57%
G = 25.05%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.46

 K value IS 0.00

RGB Variations

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

Color information

#FE838A (or 0xFE838A) is known color: Wewak. HEX triplet: FE, 83 and 8A. RGB value is (254,131,138). Sum of RGB (Red+Green+Blue) = 254+131+138=523 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.57% from 523); Green value is 131 (51.56% from 255 or 25.05% from 523); Blue value is 138 (54.30% from 255 or 26.39% from 523); Max value from RGB is 254 - color contains mainly: red. Hex color #FE838A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE838A is #017C75. Grayscale: #A8A8A8. Windows color (decimal): -97398 or 9077758. OLE color: 9077758.

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

Color convert

RGB 254 131 138 -
CMYK 0 0.48 0.46 0.00
HSL 356.59º 0.98% 0.75% -
HSV(B) 356.59º 0.48% 1% -
XYZ 53.58 39.14 28.78 -
YUV 168.58 110.75 188.93 -
System Red Green Blue C M Y K H S L
Decimal 254 131 138 0 0.48 0.46 0.00 356.59 0.98 0.75
Hex FE 83 8A 0 30 2E 0 165 62 4B
Octal 376 203 212 0 60 56 0 545 142 113
Binary 11111110 10000011 10001010 0 110000 101110 0 101100101 1100010 1001011

Color Harmonies of #FE838A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE838A

Black with #FE838A

Text Example


Text Example

White with #FE838A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE838A; }

 p { color: rgb(254,131,138); }

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

background-color css

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

 a { background-color: rgb(254,131,138); }

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

border-color css

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

 span { border-color: rgb(254,131,138); }

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