Html Css Color HEX #FE90A0 Wewak

📋 copy color: '#FE90A0'

red 254 ◦ green 144 ◦ blue 160

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

Shades of Wewak #FE90A0

Tints of Wewak #FE90A0

RGB

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

 GREEN value IS 144 (56.64% from 255) = 25.81%

 BLUE value IS 160 (62.89% from 255) = 28.67%

R = 45.52%
G = 25.81%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.37

 K value IS 0.00

RGB Variations

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

Color information

#FE90A0 (or 0xFE90A0) is known color: Wewak. HEX triplet: FE, 90 and A0. RGB value is (254,144,160). Sum of RGB (Red+Green+Blue) = 254+144+160=558 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.52% from 558); Green value is 144 (56.64% from 255 or 25.81% from 558); Blue value is 160 (62.89% from 255 or 28.67% from 558); Max value from RGB is 254 - color contains mainly: red. Hex color #FE90A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE90A0 is #016F5F. Grayscale: #B2B2B2. Windows color (decimal): -94048 or 10522878. OLE color: 10522878.

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

Color convert

RGB 254 144 160 -
CMYK 0 0.43 0.37 0.00
HSL 351.27º 0.98% 0.78% -
HSV(B) 351.27º 0.43% 1% -
XYZ 57.19 43.56 38.65 -
YUV 178.71 117.44 181.7 -
System Red Green Blue C M Y K H S L
Decimal 254 144 160 0 0.43 0.37 0.00 351.27 0.98 0.78
Hex FE 90 A0 0 2B 25 0 15F 62 4E
Octal 376 220 240 0 53 45 0 537 142 116
Binary 11111110 10010000 10100000 0 101011 100101 0 101011111 1100010 1001110

Color Harmonies of #FE90A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE90A0

Black with #FE90A0

Text Example


Text Example

White with #FE90A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE90A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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