#FB8295

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

Shades of Wewak #FB8295

Tints of Wewak #FB8295

Color information

#FB8295 (or 0xFB8295) is unknown color: approx Wewak. HEX triplet: FB, 82 and 95. RGB value is (251,130,149). Sum of RGB (Red+Green+Blue) = 251+130+149=530 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.36% from 530); Green value is 130 (51.17% from 255 or 24.53% from 530); Blue value is 149 (58.59% from 255 or 28.11% from 530); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8295 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB8295 is #047D6A. Grayscale: #A8A8A8. Windows color (decimal): -294251 or 9798395. OLE color: 9798395.

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

Color convert

RGB251130149-
CMYK00.480.410.02
HSL350.58º93.8%74.71%-
HSV(B)350.58º48.21%98.43%-
XYZ53.1938.6433.09-
YUV168.34117.09186.96-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 47.36%
GREEN value IS 130 (51.17% from 255) = 24.53%
BLUE value IS 149 (58.59% from 255) = 28.11%
R=47.36%
G=24.53%
B=28.11%

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
Decimal25113014900.480.410.02350.5893.874.71
HexFB829503029215f5e4b
Octal373202225060512537136113
Binary11111011100000101001010101100001010011010101111110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB8295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB8295; }

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

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

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

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

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

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

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

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