#FB848A

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

Shades of Wewak #FB848A

Tints of Wewak #FB848A

Color information

#FB848A (or 0xFB848A) is unknown color: approx Wewak. HEX triplet: FB, 84 and 8A. RGB value is (251,132,138). Sum of RGB (Red+Green+Blue) = 251+132+138=521 (69% of max value = 765). Red value is 251 (98.44% from 255 or 48.18% from 521); Green value is 132 (51.95% from 255 or 25.34% from 521); Blue value is 138 (54.30% from 255 or 26.49% from 521); Max value from RGB is 251 - color contains mainly: red. Hex color #FB848A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB848A is #047B75. Grayscale: #A8A8A8. Windows color (decimal): -293750 or 9078011. OLE color: 9078011.

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

Color convert

RGB251132138-
CMYK00.470.450.02
HSL356.97º93.7%75.1%-
HSV(B)356.97º47.41%98.43%-
XYZ52.6238.8528.77-
YUV168.26110.92187.01-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 48.18%
GREEN value IS 132 (51.95% from 255) = 25.34%
BLUE value IS 138 (54.30% from 255) = 26.49%
R=48.18%
G=25.34%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25113213800.470.450.02356.9793.775.1
HexFB848A02F2D21655e4b
Octal373204212057552545136113
Binary11111011100001001000101001011111011011010110010110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB848A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB848A; }

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

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

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

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

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

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

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

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