#FB9AA5

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

Shades of Wewak #FB9AA5

Tints of Wewak #FB9AA5

Color information

#FB9AA5 (or 0xFB9AA5) is unknown color: approx Wewak. HEX triplet: FB, 9A and A5. RGB value is (251,154,165). Sum of RGB (Red+Green+Blue) = 251+154+165=570 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.04% from 570); Green value is 154 (60.55% from 255 or 27.02% from 570); Blue value is 165 (64.84% from 255 or 28.95% from 570); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9AA5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB9AA5 is #04655A. Grayscale: #B8B8B8. Windows color (decimal): -288091 or 10853115. OLE color: 10853115.

HSL color Cylindrical-coordinate representation of color #FB9AA5: hue angle of 353.2º degrees, saturation: 0.92, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FB9AA5 is Cyan = 0, Magento = 0.39, Yellow = 0.34 and Black (K on CMYK) = 0.02.

Color convert

RGB251154165-
CMYK00.390.340.02
HSL353.2º92.38%79.41%-
HSV(B)353.2º38.65%98.43%-
XYZ58.1346.3441.48-
YUV184.26117.14175.61-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.04%
GREEN value IS 154 (60.55% from 255) = 27.02%
BLUE value IS 165 (64.84% from 255) = 28.95%
R=44.04%
G=27.02%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25115416500.390.340.02353.292.3879.41
HexFB9AA50272221615c4f
Octal373232245047422541134117
Binary11111011100110101010010101001111000101010110000110111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB9AA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB9AA5; }

 p { color: rgb(251,154,165); }

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

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

 a { background-color: rgb(251,154,165); }

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

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

 span { border-color: rgb(251,154,165); }

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