#F28E96

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

Shades of Wewak #F28E96

Tints of Wewak #F28E96

Color information

#F28E96 (or 0xF28E96) is unknown color: approx Wewak. HEX triplet: F2, 8E and 96. RGB value is (242,142,150). Sum of RGB (Red+Green+Blue) = 242+142+150=534 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.32% from 534); Green value is 142 (55.86% from 255 or 26.59% from 534); Blue value is 150 (58.98% from 255 or 28.09% from 534); Max value from RGB is 242 - color contains mainly: red. Hex color #F28E96 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28E96 is #0D7169. Grayscale: #ACACAC. Windows color (decimal): -881002 or 9866994. OLE color: 9866994.

HSL color Cylindrical-coordinate representation of color #F28E96: hue angle of 355.2º degrees, saturation: 0.79, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F28E96 is Cyan = 0, Magento = 0.41, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB242142150-
CMYK00.410.380.05
HSL355.2º79.37%75.29%-
HSV(B)355.2º41.32%94.9%-
XYZ51.840.4333.93-
YUV172.81115.13177.35-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 45.32%
GREEN value IS 142 (55.86% from 255) = 26.59%
BLUE value IS 150 (58.98% from 255) = 28.09%
R=45.32%
G=26.59%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24214215000.410.380.05355.279.3775.29
HexF28E960292651634f4b
Octal362216226051465543117113
Binary111100101000111010010110010100110011010110110001110011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28E96; }

 p { color: rgb(242,142,150); }

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

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

 a { background-color: rgb(242,142,150); }

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

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

 span { border-color: rgb(242,142,150); }

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