Html Css Color HEX #FE858A Wewak

📋 copy color: '#FE858A'

red 254 ◦ green 133 ◦ blue 138

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

Shades of Wewak #FE858A

Tints of Wewak #FE858A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 26.29%

R = 48.38%
G = 25.33%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.46

 K value IS 0.00

RGB Variations

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

Color information

#FE858A (or 0xFE858A) is known color: Wewak. HEX triplet: FE, 85 and 8A. RGB value is (254,133,138). Sum of RGB (Red+Green+Blue) = 254+133+138=525 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.38% from 525); Green value is 133 (52.34% from 255 or 25.33% from 525); Blue value is 138 (54.30% from 255 or 26.29% from 525); Max value from RGB is 254 - color contains mainly: red. Hex color #FE858A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE858A is #017A75. Grayscale: #A9A9A9. Windows color (decimal): -96886 or 9078270. OLE color: 9078270.

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

Color convert

RGB 254 133 138 -
CMYK 0 0.48 0.46 0.00
HSL 357.52º 0.98% 0.76% -
HSV(B) 357.52º 0.48% 1% -
XYZ 53.85 39.68 28.87 -
YUV 169.75 110.09 188.09 -
System Red Green Blue C M Y K H S L
Decimal 254 133 138 0 0.48 0.46 0.00 357.52 0.98 0.76
Hex FE 85 8A 0 30 2E 0 166 62 4C
Octal 376 205 212 0 60 56 0 546 142 114
Binary 11111110 10000101 10001010 0 110000 101110 0 101100110 1100010 1001100

Color Harmonies of #FE858A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE858A

Black with #FE858A

Text Example


Text Example

White with #FE858A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE858A; }

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

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

background-color css

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

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

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

border-color css

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

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

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