#FB97A1

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

Shades of Wewak #FB97A1

Tints of Wewak #FB97A1

Color information

#FB97A1 (or 0xFB97A1) is unknown color: approx Wewak. HEX triplet: FB, 97 and A1. RGB value is (251,151,161). Sum of RGB (Red+Green+Blue) = 251+151+161=563 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.58% from 563); Green value is 151 (59.38% from 255 or 26.82% from 563); Blue value is 161 (63.28% from 255 or 28.60% from 563); Max value from RGB is 251 - color contains mainly: red. Hex color #FB97A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB97A1 is #04685E. Grayscale: #B6B6B6. Windows color (decimal): -288863 or 10590203. OLE color: 10590203.

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

Color convert

RGB251151161-
CMYK00.400.360.02
HSL354º92.59%78.82%-
HSV(B)354º39.84%98.43%-
XYZ57.2845.2239.43-
YUV182.04116.13177.19-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.58%
GREEN value IS 151 (59.38% from 255) = 26.82%
BLUE value IS 161 (63.28% from 255) = 28.60%
R=44.58%
G=26.82%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25115116100.400.360.0235492.5978.82
HexFB97A10282421625d4f
Octal373227241050442542135117
Binary11111011100101111010000101010001001001010110001010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB97A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB97A1; }

 p { color: rgb(251,151,161); }

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

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

 a { background-color: rgb(251,151,161); }

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

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

 span { border-color: rgb(251,151,161); }

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