#FB888D

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

Shades of Wewak #FB888D

Tints of Wewak #FB888D

Color information

#FB888D (or 0xFB888D) is unknown color: approx Wewak. HEX triplet: FB, 88 and 8D. RGB value is (251,136,141). Sum of RGB (Red+Green+Blue) = 251+136+141=528 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.54% from 528); Green value is 136 (53.52% from 255 or 25.76% from 528); Blue value is 141 (55.47% from 255 or 26.70% from 528); Max value from RGB is 251 - color contains mainly: red. Hex color #FB888D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB888D is #047772. Grayscale: #ABABAB. Windows color (decimal): -292723 or 9275643. OLE color: 9275643.

HSL color Cylindrical-coordinate representation of color #FB888D: hue angle of 357.39º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FB888D is Cyan = 0, Magento = 0.46, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB251136141-
CMYK00.460.440.02
HSL357.39º93.5%75.88%-
HSV(B)357.39º45.82%98.43%-
XYZ53.440.0430.11-
YUV170.96111.1185.09-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 47.54%
GREEN value IS 136 (53.52% from 255) = 25.76%
BLUE value IS 141 (55.47% from 255) = 26.70%
R=47.54%
G=25.76%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25113614100.460.440.02357.3993.575.88
HexFB888D02E2C21655d4c
Octal373210215056542545135114
Binary11111011100010001000110101011101011001010110010110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB888D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB888D; }

 p { color: rgb(251,136,141); }

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

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

 a { background-color: rgb(251,136,141); }

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

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

 span { border-color: rgb(251,136,141); }

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