Html Css Color HEX #FE7F8C Wewak

📋 copy color: '#FE7F8C'

red 254 ◦ green 127 ◦ blue 140

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

Shades of Wewak #FE7F8C

Tints of Wewak #FE7F8C

RGB

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

 GREEN value IS 127 (50% from 255) = 24.38%

 BLUE value IS 140 (55.08% from 255) = 26.87%

R = 48.75%
G = 24.38%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.45

 K value IS 0.00

RGB Variations

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

Color information

#FE7F8C (or 0xFE7F8C) is known color: Wewak. HEX triplet: FE, 7F and 8C. RGB value is (254,127,140). Sum of RGB (Red+Green+Blue) = 254+127+140=521 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.75% from 521); Green value is 127 (50% from 255 or 24.38% from 521); Blue value is 140 (55.08% from 255 or 26.87% from 521); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7F8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE7F8C is #018073. Grayscale: #A6A6A6. Windows color (decimal): -98420 or 9207806. OLE color: 9207806.

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

Color convert

RGB 254 127 140 -
CMYK 0 0.50 0.45 0.00
HSL 353.86º 0.98% 0.75% -
HSV(B) 353.86º 0.5% 1% -
XYZ 53.2 38.14 29.37 -
YUV 166.46 113.08 190.44 -
System Red Green Blue C M Y K H S L
Decimal 254 127 140 0 0.50 0.45 0.00 353.86 0.98 0.75
Hex FE 7F 8C 0 32 2D 0 162 62 4B
Octal 376 177 214 0 62 55 0 542 142 113
Binary 11111110 1111111 10001100 0 110010 101101 0 101100010 1100010 1001011

Color Harmonies of #FE7F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7F8C

Black with #FE7F8C

Text Example


Text Example

White with #FE7F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7F8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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