#FB98A4

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

Shades of Wewak #FB98A4

Tints of Wewak #FB98A4

Color information

#FB98A4 (or 0xFB98A4) is unknown color: approx Wewak. HEX triplet: FB, 98 and A4. RGB value is (251,152,164). Sum of RGB (Red+Green+Blue) = 251+152+164=567 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.27% from 567); Green value is 152 (59.77% from 255 or 26.81% from 567); Blue value is 164 (64.45% from 255 or 28.92% from 567); Max value from RGB is 251 - color contains mainly: red. Hex color #FB98A4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB98A4 is #04675B. Grayscale: #B7B7B7. Windows color (decimal): -288604 or 10787067. OLE color: 10787067.

HSL color Cylindrical-coordinate representation of color #FB98A4: hue angle of 352.73º degrees, saturation: 0.93, 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 #FB98A4 is Cyan = 0, Magento = 0.39, Yellow = 0.35 and Black (K on CMYK) = 0.02.

Color convert

RGB251152164-
CMYK00.390.350.02
HSL352.73º92.52%79.02%-
HSV(B)352.73º39.44%98.43%-
XYZ57.7145.6540.89-
YUV182.97117.3176.52-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.27%
GREEN value IS 152 (59.77% from 255) = 26.81%
BLUE value IS 164 (64.45% from 255) = 28.92%
R=44.27%
G=26.81%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.35
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25115216400.390.350.02352.7392.5279.02
HexFB98A40272321615d4f
Octal373230244047432541135117
Binary11111011100110001010010001001111000111010110000110111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB98A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB98A4; }

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

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

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

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

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

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

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

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