Html Css Color HEX #FE8C95 Wewak

📋 copy color: '#FE8C95'

red 254 ◦ green 140 ◦ blue 149

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

Shades of Wewak #FE8C95

Tints of Wewak #FE8C95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 27.44%

R = 46.78%
G = 25.78%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.41

 K value IS 0.00

RGB Variations

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

Color information

#FE8C95 (or 0xFE8C95) is known color: Wewak. HEX triplet: FE, 8C and 95. RGB value is (254,140,149). Sum of RGB (Red+Green+Blue) = 254+140+149=543 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.78% from 543); Green value is 140 (55.08% from 255 or 25.78% from 543); Blue value is 149 (58.59% from 255 or 27.44% from 543); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8C95 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8C95 is #01736A. Grayscale: #AFAFAF. Windows color (decimal): -95083 or 9800958. OLE color: 9800958.

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

Color convert

RGB 254 140 149 -
CMYK 0 0.45 0.41 0.00
HSL 355.26º 0.98% 0.77% -
HSV(B) 355.26º 0.45% 1% -
XYZ 55.68 42 33.61 -
YUV 175.11 113.27 184.27 -
System Red Green Blue C M Y K H S L
Decimal 254 140 149 0 0.45 0.41 0.00 355.26 0.98 0.77
Hex FE 8C 95 0 2D 29 0 163 62 4D
Octal 376 214 225 0 55 51 0 543 142 115
Binary 11111110 10001100 10010101 0 101101 101001 0 101100011 1100010 1001101

Color Harmonies of #FE8C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8C95

Black with #FE8C95

Text Example


Text Example

White with #FE8C95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8C95; }

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

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

background-color css

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

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

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

border-color css

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

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

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