Html Css Color HEX #FE8285 Wewak

📋 copy color: '#FE8285'

red 254 ◦ green 130 ◦ blue 133

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

Shades of Wewak #FE8285

Tints of Wewak #FE8285

RGB

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

 GREEN value IS 130 (51.17% from 255) = 25.15%

 BLUE value IS 133 (52.34% from 255) = 25.73%

R = 49.13%
G = 25.15%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.48

 K value IS 0.00

RGB Variations

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

Color information

#FE8285 (or 0xFE8285) is known color: Wewak. HEX triplet: FE, 82 and 85. RGB value is (254,130,133). Sum of RGB (Red+Green+Blue) = 254+130+133=517 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.13% from 517); Green value is 130 (51.17% from 255 or 25.15% from 517); Blue value is 133 (52.34% from 255 or 25.73% from 517); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8285 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8285 is #017D7A. Grayscale: #A7A7A7. Windows color (decimal): -97659 or 8749822. OLE color: 8749822.

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

Color convert

RGB 254 130 133 -
CMYK 0 0.49 0.48 0.00
HSL 358.55º 0.98% 0.75% -
HSV(B) 358.55º 0.49% 1% -
XYZ 53.09 38.73 26.87 -
YUV 167.42 108.58 189.76 -
System Red Green Blue C M Y K H S L
Decimal 254 130 133 0 0.49 0.48 0.00 358.55 0.98 0.75
Hex FE 82 85 0 31 30 0 167 62 4B
Octal 376 202 205 0 61 60 0 547 142 113
Binary 11111110 10000010 10000101 0 110001 110000 0 101100111 1100010 1001011

Color Harmonies of #FE8285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8285

Black with #FE8285

Text Example


Text Example

White with #FE8285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8285; }

 p { color: rgb(254,130,133); }

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

background-color css

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

 a { background-color: rgb(254,130,133); }

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

border-color css

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

 span { border-color: rgb(254,130,133); }

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