Html Css Color HEX #FE818D Wewak

📋 copy color: '#FE818D'

red 254 ◦ green 129 ◦ blue 141

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

Shades of Wewak #FE818D

Tints of Wewak #FE818D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 24.62%

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

R = 48.47%
G = 24.62%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.44

 K value IS 0.00

RGB Variations

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

Color information

#FE818D (or 0xFE818D) is known color: Wewak. HEX triplet: FE, 81 and 8D. RGB value is (254,129,141). Sum of RGB (Red+Green+Blue) = 254+129+141=524 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.47% from 524); Green value is 129 (50.78% from 255 or 24.62% from 524); Blue value is 141 (55.47% from 255 or 26.91% from 524); Max value from RGB is 254 - color contains mainly: red. Hex color #FE818D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE818D is #017E72. Grayscale: #A7A7A7. Windows color (decimal): -97907 or 9273854. OLE color: 9273854.

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

Color convert

RGB 254 129 141 -
CMYK 0 0.49 0.44 0.00
HSL 354.24º 0.98% 0.75% -
HSV(B) 354.24º 0.49% 1% -
XYZ 53.53 38.69 29.85 -
YUV 167.74 112.91 189.52 -
System Red Green Blue C M Y K H S L
Decimal 254 129 141 0 0.49 0.44 0.00 354.24 0.98 0.75
Hex FE 81 8D 0 31 2C 0 162 62 4B
Octal 376 201 215 0 61 54 0 542 142 113
Binary 11111110 10000001 10001101 0 110001 101100 0 101100010 1100010 1001011

Color Harmonies of #FE818D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE818D

Black with #FE818D

Text Example


Text Example

White with #FE818D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE818D; }

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

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

background-color css

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

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

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

border-color css

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

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

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