#FBBFA8

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

Shades of Melon #FBBFA8

Tints of Melon #FBBFA8

Color information

#FBBFA8 (or 0xFBBFA8) is unknown color: approx Melon. HEX triplet: FB, BF and A8. RGB value is (251,191,168). Sum of RGB (Red+Green+Blue) = 251+191+168=610 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.15% from 610); Green value is 191 (75% from 255 or 31.31% from 610); Blue value is 168 (66.02% from 255 or 27.54% from 610); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBFA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBBFA8 is #044057. Grayscale: #CECECE. Windows color (decimal): -278616 or 11059195. OLE color: 11059195.

HSL color Cylindrical-coordinate representation of color #FBBFA8: hue angle of 16.63º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FBBFA8 is Cyan = 0, Magento = 0.24, Yellow = 0.33 and Black (K on CMYK) = 0.02.

Color convert

RGB251191168-
CMYK00.240.330.02
HSL16.63º91.21%82.16%-
HSV(B)16.63º33.07%98.43%-
XYZ65.4860.645.29-
YUV206.32106.38159.87-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.15%
GREEN value IS 191 (75% from 255) = 31.31%
BLUE value IS 168 (66.02% from 255) = 27.54%
R=41.15%
G=31.31%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119116800.240.330.0216.6391.2182.16
HexFBBFA8018212115b52
Octal37327725003041221133122
Binary111110111011111110101000011000100001101000110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBFA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBFA8; }

 p { color: rgb(251,191,168); }

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

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

 a { background-color: rgb(251,191,168); }

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

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

 span { border-color: rgb(251,191,168); }

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