Html Css Color HEX #FE8C93 Wewak

📋 copy color: '#FE8C93'

red 254 ◦ green 140 ◦ blue 147

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

Shades of Wewak #FE8C93

Tints of Wewak #FE8C93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 27.17%

R = 46.95%
G = 25.88%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.42

 K value IS 0.00

RGB Variations

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

Color information

#FE8C93 (or 0xFE8C93) is known color: Wewak. HEX triplet: FE, 8C and 93. RGB value is (254,140,147). Sum of RGB (Red+Green+Blue) = 254+140+147=541 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.95% from 541); Green value is 140 (55.08% from 255 or 25.88% from 541); Blue value is 147 (57.81% from 255 or 27.17% from 541); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8C93 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8C93 is #01736C. Grayscale: #AEAEAE. Windows color (decimal): -95085 or 9669886. OLE color: 9669886.

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

Color convert

RGB 254 140 147 -
CMYK 0 0.45 0.42 0.00
HSL 356.32º 0.98% 0.77% -
HSV(B) 356.32º 0.45% 1% -
XYZ 55.52 41.93 32.77 -
YUV 174.88 112.27 184.43 -
System Red Green Blue C M Y K H S L
Decimal 254 140 147 0 0.45 0.42 0.00 356.32 0.98 0.77
Hex FE 8C 93 0 2D 2A 0 164 62 4D
Octal 376 214 223 0 55 52 0 544 142 115
Binary 11111110 10001100 10010011 0 101101 101010 0 101100100 1100010 1001101

Color Harmonies of #FE8C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8C93

Black with #FE8C93

Text Example


Text Example

White with #FE8C93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8C93; }

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

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

background-color css

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

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

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

border-color css

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

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

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