Html Css Color HEX #FE8C9A Wewak

📋 copy color: '#FE8C9A'

red 254 ◦ green 140 ◦ blue 154

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

Shades of Wewak #FE8C9A

Tints of Wewak #FE8C9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 28.1%

R = 46.35%
G = 25.55%
B = 28.1%

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

#FE8C9A (or 0xFE8C9A) is known color: Wewak. HEX triplet: FE, 8C and 9A. RGB value is (254,140,154). Sum of RGB (Red+Green+Blue) = 254+140+154=548 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.35% from 548); Green value is 140 (55.08% from 255 or 25.55% from 548); Blue value is 154 (60.55% from 255 or 28.10% from 548); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8C9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8C9A is #017365. Grayscale: #AFAFAF. Windows color (decimal): -95078 or 10128638. OLE color: 10128638.

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

Color convert

RGB 254 140 154 -
CMYK 0 0.45 0.39 0.00
HSL 352.63º 0.98% 0.77% -
HSV(B) 352.63º 0.45% 1% -
XYZ 56.08 42.16 35.75 -
YUV 175.68 115.77 183.86 -
System Red Green Blue C M Y K H S L
Decimal 254 140 154 0 0.45 0.39 0.00 352.63 0.98 0.77
Hex FE 8C 9A 0 2D 27 0 161 62 4D
Octal 376 214 232 0 55 47 0 541 142 115
Binary 11111110 10001100 10011010 0 101101 100111 0 101100001 1100010 1001101

Color Harmonies of #FE8C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8C9A

Black with #FE8C9A

Text Example


Text Example

White with #FE8C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8C9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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