Html Css Color HEX #FE8C9C Wewak

📋 copy color: '#FE8C9C'

red 254 ◦ green 140 ◦ blue 156

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

Shades of Wewak #FE8C9C

Tints of Wewak #FE8C9C

RGB

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

 GREEN value IS 140 (55.08% from 255) = 25.45%

 BLUE value IS 156 (61.33% from 255) = 28.36%

R = 46.18%
G = 25.45%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.39

 K value IS 0.00

RGB Variations

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

Color information

#FE8C9C (or 0xFE8C9C) is known color: Wewak. HEX triplet: FE, 8C and 9C. RGB value is (254,140,156). Sum of RGB (Red+Green+Blue) = 254+140+156=550 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.18% from 550); Green value is 140 (55.08% from 255 or 25.45% from 550); Blue value is 156 (61.33% from 255 or 28.36% from 550); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8C9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8C9C is #017363. Grayscale: #AFAFAF. Windows color (decimal): -95076 or 10259710. OLE color: 10259710.

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

Color convert

RGB 254 140 156 -
CMYK 0 0.45 0.39 0.00
HSL 351.58º 0.98% 0.77% -
HSV(B) 351.58º 0.45% 1% -
XYZ 56.25 42.23 36.64 -
YUV 175.91 116.77 183.7 -
System Red Green Blue C M Y K H S L
Decimal 254 140 156 0 0.45 0.39 0.00 351.58 0.98 0.77
Hex FE 8C 9C 0 2D 27 0 160 62 4D
Octal 376 214 234 0 55 47 0 540 142 115
Binary 11111110 10001100 10011100 0 101101 100111 0 101100000 1100010 1001101

Color Harmonies of #FE8C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8C9C

Black with #FE8C9C

Text Example


Text Example

White with #FE8C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8C9C; }

 p { color: rgb(254,140,156); }

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

background-color css

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

 a { background-color: rgb(254,140,156); }

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

border-color css

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

 span { border-color: rgb(254,140,156); }

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