Html Css Color HEX #FE8590 Wewak

📋 copy color: '#FE8590'

red 254 ◦ green 133 ◦ blue 144

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

Shades of Wewak #FE8590

Tints of Wewak #FE8590

RGB

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

 GREEN value IS 133 (52.34% from 255) = 25.05%

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

R = 47.83%
G = 25.05%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.43

 K value IS 0.00

RGB Variations

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

Color information

#FE8590 (or 0xFE8590) is known color: Wewak. HEX triplet: FE, 85 and 90. RGB value is (254,133,144). Sum of RGB (Red+Green+Blue) = 254+133+144=531 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.83% from 531); Green value is 133 (52.34% from 255 or 25.05% from 531); Blue value is 144 (56.64% from 255 or 27.12% from 531); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8590 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8590 is #017A6F. Grayscale: #AAAAAA. Windows color (decimal): -96880 or 9471486. OLE color: 9471486.

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

Color convert

RGB 254 133 144 -
CMYK 0 0.48 0.43 0.00
HSL 354.55º 0.98% 0.76% -
HSV(B) 354.55º 0.48% 1% -
XYZ 54.29 39.86 31.22 -
YUV 170.43 113.09 187.61 -
System Red Green Blue C M Y K H S L
Decimal 254 133 144 0 0.48 0.43 0.00 354.55 0.98 0.76
Hex FE 85 90 0 30 2B 0 163 62 4C
Octal 376 205 220 0 60 53 0 543 142 114
Binary 11111110 10000101 10010000 0 110000 101011 0 101100011 1100010 1001100

Color Harmonies of #FE8590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8590

Black with #FE8590

Text Example


Text Example

White with #FE8590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8590; }

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

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

background-color css

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

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

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

border-color css

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

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

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