#FB96A4

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

Shades of Wewak #FB96A4

Tints of Wewak #FB96A4

Color information

#FB96A4 (or 0xFB96A4) is unknown color: approx Wewak. HEX triplet: FB, 96 and A4. RGB value is (251,150,164). Sum of RGB (Red+Green+Blue) = 251+150+164=565 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.42% from 565); Green value is 150 (58.98% from 255 or 26.55% from 565); Blue value is 164 (64.45% from 255 or 29.03% from 565); Max value from RGB is 251 - color contains mainly: red. Hex color #FB96A4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB96A4 is #04695B. Grayscale: #B5B5B5. Windows color (decimal): -289116 or 10786555. OLE color: 10786555.

HSL color Cylindrical-coordinate representation of color #FB96A4: hue angle of 351.68º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FB96A4 is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.02.

Color convert

RGB251150164-
CMYK00.400.350.02
HSL351.68º92.66%78.63%-
HSV(B)351.68º40.24%98.43%-
XYZ57.394540.78-
YUV181.8117.96177.36-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.42%
GREEN value IS 150 (58.98% from 255) = 26.55%
BLUE value IS 164 (64.45% from 255) = 29.03%
R=44.42%
G=26.55%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.35
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25115016400.400.350.02351.6892.6678.63
HexFB96A40282321605d4f
Octal373226244050432540135117
Binary11111011100101101010010001010001000111010110000010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB96A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB96A4; }

 p { color: rgb(251,150,164); }

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

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

 a { background-color: rgb(251,150,164); }

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

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

 span { border-color: rgb(251,150,164); }

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