Html Css Color HEX #FE8290 Wewak

📋 copy color: '#FE8290'

red 254 ◦ green 130 ◦ blue 144

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

Shades of Wewak #FE8290

Tints of Wewak #FE8290

RGB

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

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

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

R = 48.11%
G = 24.62%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.43

 K value IS 0.00

RGB Variations

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

Color information

#FE8290 (or 0xFE8290) is known color: Wewak. HEX triplet: FE, 82 and 90. RGB value is (254,130,144). Sum of RGB (Red+Green+Blue) = 254+130+144=528 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.11% from 528); Green value is 130 (51.17% from 255 or 24.62% from 528); Blue value is 144 (56.64% from 255 or 27.27% from 528); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8290 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8290 is #017D6F. Grayscale: #A8A8A8. Windows color (decimal): -97648 or 9470718. OLE color: 9470718.

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

Color convert

RGB 254 130 144 -
CMYK 0 0.49 0.43 0.00
HSL 353.23º 0.98% 0.75% -
HSV(B) 353.23º 0.49% 1% -
XYZ 53.89 39.05 31.08 -
YUV 168.67 114.08 188.86 -
System Red Green Blue C M Y K H S L
Decimal 254 130 144 0 0.49 0.43 0.00 353.23 0.98 0.75
Hex FE 82 90 0 31 2B 0 161 62 4B
Octal 376 202 220 0 61 53 0 541 142 113
Binary 11111110 10000010 10010000 0 110001 101011 0 101100001 1100010 1001011

Color Harmonies of #FE8290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8290

Black with #FE8290

Text Example


Text Example

White with #FE8290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8290; }

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

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

background-color css

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

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

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

border-color css

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

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

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