Html Css Color HEX #FE97A0 Wewak

📋 copy color: '#FE97A0'

red 254 ◦ green 151 ◦ blue 160

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

Shades of Wewak #FE97A0

Tints of Wewak #FE97A0

RGB

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

 GREEN value IS 151 (59.38% from 255) = 26.73%

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

R = 44.96%
G = 26.73%
B = 28.32%

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

#FE97A0 (or 0xFE97A0) is known color: Wewak. HEX triplet: FE, 97 and A0. RGB value is (254,151,160). Sum of RGB (Red+Green+Blue) = 254+151+160=565 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.96% from 565); Green value is 151 (59.38% from 255 or 26.73% from 565); Blue value is 160 (62.89% from 255 or 28.32% from 565); Max value from RGB is 254 - color contains mainly: red. Hex color #FE97A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE97A0 is #01685F. Grayscale: #B6B6B6. Windows color (decimal): -92256 or 10524670. OLE color: 10524670.

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

Color convert

RGB 254 151 160 -
CMYK 0 0.41 0.37 0.00
HSL 354.76º 0.98% 0.79% -
HSV(B) 354.76º 0.41% 1% -
XYZ 58.28 45.74 39.01 -
YUV 182.82 115.12 178.77 -
System Red Green Blue C M Y K H S L
Decimal 254 151 160 0 0.41 0.37 0.00 354.76 0.98 0.79
Hex FE 97 A0 0 29 25 0 163 62 4F
Octal 376 227 240 0 51 45 0 543 142 117
Binary 11111110 10010111 10100000 0 101001 100101 0 101100011 1100010 1001111

Color Harmonies of #FE97A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE97A0

Black with #FE97A0

Text Example


Text Example

White with #FE97A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE97A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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