#FB8294

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

Shades of Wewak #FB8294

Tints of Wewak #FB8294

Color information

#FB8294 (or 0xFB8294) is unknown color: approx Wewak. HEX triplet: FB, 82 and 94. RGB value is (251,130,148). Sum of RGB (Red+Green+Blue) = 251+130+148=529 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.45% from 529); Green value is 130 (51.17% from 255 or 24.57% from 529); Blue value is 148 (58.20% from 255 or 27.98% from 529); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8294 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB8294 is #047D6B. Grayscale: #A8A8A8. Windows color (decimal): -294252 or 9732859. OLE color: 9732859.

HSL color Cylindrical-coordinate representation of color #FB8294: hue angle of 351.07º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FB8294 is Cyan = 0, Magento = 0.48, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB251130148-
CMYK00.480.410.02
HSL351.07º93.8%74.71%-
HSV(B)351.07º48.21%98.43%-
XYZ53.1138.6132.67-
YUV168.23116.59187.04-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 47.45%
GREEN value IS 130 (51.17% from 255) = 24.57%
BLUE value IS 148 (58.20% from 255) = 27.98%
R=47.45%
G=24.57%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25113014800.480.410.02351.0793.874.71
HexFB829403029215f5e4b
Octal373202224060512537136113
Binary11111011100000101001010001100001010011010101111110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB8294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB8294; }

 p { color: rgb(251,130,148); }

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

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

 a { background-color: rgb(251,130,148); }

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

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

 span { border-color: rgb(251,130,148); }

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