#FE848A

Color #FE848A Wewak (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wewak #FE848A

Tints of Wewak #FE848A

Color information

#FE848A (or 0xFE848A) is unknown color: approx Wewak. HEX triplet: FE, 84 and 8A. RGB value is (254,132,138). Sum of RGB (Red+Green+Blue) = 254+132+138=524 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.47% from 524); Green value is 132 (51.95% from 255 or 25.19% from 524); Blue value is 138 (54.30% from 255 or 26.34% from 524); Max value from RGB is 254 - color contains mainly: red. Hex color #FE848A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE848A is #017B75. Grayscale: #A9A9A9. Windows color (decimal): -97142 or 9078014. OLE color: 9078014.

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

Color convert

RGB254132138-
CMYK00.480.460.00
HSL357.05º98.39%75.69%-
HSV(B)357.05º48.03%99.61%-
XYZ53.7139.4128.82-
YUV169.16110.42188.51-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 48.47%
GREEN value IS 132 (51.95% from 255) = 25.19%
BLUE value IS 138 (54.30% from 255) = 26.34%
R=48.47%
G=25.19%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.46
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25413213800.480.460.00357.0598.3975.69
HexFE848A0302E0165624c
Octal376204212060560545142114
Binary1111111010000100100010100110000101110010110010111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE848A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE848A; }

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

 H1.HeaderClassName
 {
   color: #FE848A;
 }
 .AnyTagClassName
 {
   color: #FE848A;
 }
</style>
background-color css

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

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

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

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

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

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