Html Css Color HEX #FE858D Wewak

📋 copy color: '#FE858D'

red 254 ◦ green 133 ◦ blue 141

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

Shades of Wewak #FE858D

Tints of Wewak #FE858D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 25.19%

 BLUE value IS 141 (55.47% from 255) = 26.7%

R = 48.11%
G = 25.19%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.44

 K value IS 0.00

RGB Variations

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

Color information

#FE858D (or 0xFE858D) is known color: Wewak. HEX triplet: FE, 85 and 8D. RGB value is (254,133,141). Sum of RGB (Red+Green+Blue) = 254+133+141=528 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.11% from 528); Green value is 133 (52.34% from 255 or 25.19% from 528); Blue value is 141 (55.47% from 255 or 26.70% from 528); Max value from RGB is 254 - color contains mainly: red. Hex color #FE858D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE858D is #017A72. Grayscale: #AAAAAA. Windows color (decimal): -96883 or 9274878. OLE color: 9274878.

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

Color convert

RGB 254 133 141 -
CMYK 0 0.48 0.44 0.00
HSL 356.03º 0.98% 0.76% -
HSV(B) 356.03º 0.48% 1% -
XYZ 54.07 39.77 30.03 -
YUV 170.09 111.59 187.85 -
System Red Green Blue C M Y K H S L
Decimal 254 133 141 0 0.48 0.44 0.00 356.03 0.98 0.76
Hex FE 85 8D 0 30 2C 0 164 62 4C
Octal 376 205 215 0 60 54 0 544 142 114
Binary 11111110 10000101 10001101 0 110000 101100 0 101100100 1100010 1001100

Color Harmonies of #FE858D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE858D

Black with #FE858D

Text Example


Text Example

White with #FE858D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE858D; }

 p { color: rgb(254,133,141); }

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

background-color css

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

 a { background-color: rgb(254,133,141); }

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

border-color css

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

 span { border-color: rgb(254,133,141); }

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