#FB818A

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

Shades of Wewak #FB818A

Tints of Wewak #FB818A

Color information

#FB818A (or 0xFB818A) is unknown color: approx Wewak. HEX triplet: FB, 81 and 8A. RGB value is (251,129,138). Sum of RGB (Red+Green+Blue) = 251+129+138=518 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.46% from 518); Green value is 129 (50.78% from 255 or 24.90% from 518); Blue value is 138 (54.30% from 255 or 26.64% from 518); Max value from RGB is 251 - color contains mainly: red. Hex color #FB818A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB818A is #047E75. Grayscale: #A6A6A6. Windows color (decimal): -294518 or 9077243. OLE color: 9077243.

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

Color convert

RGB251129138-
CMYK00.490.450.02
HSL355.57º93.85%74.51%-
HSV(B)355.57º48.61%98.43%-
XYZ52.2238.0428.64-
YUV166.5111.92188.27-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 48.46%
GREEN value IS 129 (50.78% from 255) = 24.90%
BLUE value IS 138 (54.30% from 255) = 26.64%
R=48.46%
G=24.90%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25112913800.490.450.02355.5793.8574.51
HexFB818A0312D21645e4b
Octal373201212061552544136113
Binary11111011100000011000101001100011011011010110010010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB818A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB818A; }

 p { color: rgb(251,129,138); }

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

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

 a { background-color: rgb(251,129,138); }

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

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

 span { border-color: rgb(251,129,138); }

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