Html Css Color HEX #FE838D Wewak

📋 copy color: '#FE838D'

red 254 ◦ green 131 ◦ blue 141

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

Shades of Wewak #FE838D

Tints of Wewak #FE838D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 26.81%

R = 48.29%
G = 24.9%
B = 26.81%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.44

 K value IS 0.00

RGB Variations

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

Color information

#FE838D (or 0xFE838D) is known color: Wewak. HEX triplet: FE, 83 and 8D. RGB value is (254,131,141). Sum of RGB (Red+Green+Blue) = 254+131+141=526 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.29% from 526); Green value is 131 (51.56% from 255 or 24.90% from 526); Blue value is 141 (55.47% from 255 or 26.81% from 526); Max value from RGB is 254 - color contains mainly: red. Hex color #FE838D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE838D is #017C72. Grayscale: #A9A9A9. Windows color (decimal): -97395 or 9274366. OLE color: 9274366.

HSL color Cylindrical-coordinate representation of color #FE838D: hue angle of 355.12º 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 #FE838D is Cyan = 0, Magento = 0.48, Yellow = 0.44 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 131 141 -
CMYK 0 0.48 0.44 0.00
HSL 355.12º 0.98% 0.75% -
HSV(B) 355.12º 0.48% 1% -
XYZ 53.8 39.23 29.94 -
YUV 168.92 112.25 188.69 -
System Red Green Blue C M Y K H S L
Decimal 254 131 141 0 0.48 0.44 0.00 355.12 0.98 0.75
Hex FE 83 8D 0 30 2C 0 163 62 4B
Octal 376 203 215 0 60 54 0 543 142 113
Binary 11111110 10000011 10001101 0 110000 101100 0 101100011 1100010 1001011

Color Harmonies of #FE838D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE838D

Black with #FE838D

Text Example


Text Example

White with #FE838D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE838D; }

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

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

background-color css

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

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

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

border-color css

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

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

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