Html Css Color HEX #FE96A0 Wewak

📋 copy color: '#FE96A0'

red 254 ◦ green 150 ◦ blue 160

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

Shades of Wewak #FE96A0

Tints of Wewak #FE96A0

RGB

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

 GREEN value IS 150 (58.98% from 255) = 26.6%

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

R = 45.04%
G = 26.6%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.37

 K value IS 0.00

RGB Variations

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

Color information

#FE96A0 (or 0xFE96A0) is known color: Wewak. HEX triplet: FE, 96 and A0. RGB value is (254,150,160). Sum of RGB (Red+Green+Blue) = 254+150+160=564 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.04% from 564); Green value is 150 (58.98% from 255 or 26.60% from 564); Blue value is 160 (62.89% from 255 or 28.37% from 564); Max value from RGB is 254 - color contains mainly: red. Hex color #FE96A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE96A0 is #01695F. Grayscale: #B6B6B6. Windows color (decimal): -92512 or 10524414. OLE color: 10524414.

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

Color convert

RGB 254 150 160 -
CMYK 0 0.41 0.37 0.00
HSL 354.23º 0.98% 0.79% -
HSV(B) 354.23º 0.41% 1% -
XYZ 58.12 45.42 38.96 -
YUV 182.24 115.46 179.19 -
System Red Green Blue C M Y K H S L
Decimal 254 150 160 0 0.41 0.37 0.00 354.23 0.98 0.79
Hex FE 96 A0 0 29 25 0 162 62 4F
Octal 376 226 240 0 51 45 0 542 142 117
Binary 11111110 10010110 10100000 0 101001 100101 0 101100010 1100010 1001111

Color Harmonies of #FE96A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE96A0

Black with #FE96A0

Text Example


Text Example

White with #FE96A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE96A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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