#FBB8B4

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

Shades of Melon #FBB8B4

Tints of Melon #FBB8B4

Color information

#FBB8B4 (or 0xFBB8B4) is unknown color: approx Melon. HEX triplet: FB, B8 and B4. RGB value is (251,184,180). Sum of RGB (Red+Green+Blue) = 251+184+180=615 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.81% from 615); Green value is 184 (72.27% from 255 or 29.92% from 615); Blue value is 180 (70.70% from 255 or 29.27% from 615); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB8B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBB8B4 is #04474B. Grayscale: #CBCBCB. Windows color (decimal): -280396 or 11843835. OLE color: 11843835.

HSL color Cylindrical-coordinate representation of color #FBB8B4: hue angle of 3.38º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FBB8B4 is Cyan = 0, Magento = 0.27, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB251184180-
CMYK00.270.280.02
HSL3.38º89.87%84.51%-
HSV(B)3.38º28.29%98.43%-
XYZ65.1658.0950.96-
YUV203.58114.7161.83-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.81%
GREEN value IS 184 (72.27% from 255) = 29.92%
BLUE value IS 180 (70.70% from 255) = 29.27%
R=40.81%
G=29.92%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118418000.270.280.023.3889.8784.51
HexFBB8B401B1C235a55
Octal3732702640333423132125
Binary11111011101110001011010001101111100101110110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB8B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB8B4; }

 p { color: rgb(251,184,180); }

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

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

 a { background-color: rgb(251,184,180); }

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

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

 span { border-color: rgb(251,184,180); }

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