#FB8283

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

Shades of Wewak #FB8283

Tints of Wewak #FB8283

Color information

#FB8283 (or 0xFB8283) is unknown color: approx Wewak. HEX triplet: FB, 82 and 83. RGB value is (251,130,131). Sum of RGB (Red+Green+Blue) = 251+130+131=512 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.02% from 512); Green value is 130 (51.17% from 255 or 25.39% from 512); Blue value is 131 (51.56% from 255 or 25.59% from 512); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8283 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB8283 is #047D7C. Grayscale: #A6A6A6. Windows color (decimal): -294269 or 8618747. OLE color: 8618747.

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

Color convert

RGB251130131-
CMYK00.480.480.02
HSL359.5º93.8%74.71%-
HSV(B)359.5º48.21%98.43%-
XYZ51.8638.1126.1-
YUV166.29108.09188.42-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 49.02%
GREEN value IS 130 (51.17% from 255) = 25.39%
BLUE value IS 131 (51.56% from 255) = 25.59%
R=49.02%
G=25.39%
B=25.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25113013100.480.480.02359.593.874.71
HexFB82830303021685e4b
Octal373202203060602550136113
Binary11111011100000101000001101100001100001010110100010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB8283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB8283; }

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

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

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

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

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

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

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

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