#FBBFAF

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

Shades of Melon #FBBFAF

Tints of Melon #FBBFAF

Color information

#FBBFAF (or 0xFBBFAF) is unknown color: approx Melon. HEX triplet: FB, BF and AF. RGB value is (251,191,175). Sum of RGB (Red+Green+Blue) = 251+191+175=617 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.68% from 617); Green value is 191 (75% from 255 or 30.96% from 617); Blue value is 175 (68.75% from 255 or 28.36% from 617); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBFAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBBFAF is #044050. Grayscale: #CFCFCF. Windows color (decimal): -278609 or 11517947. OLE color: 11517947.

HSL color Cylindrical-coordinate representation of color #FBBFAF: hue angle of 12.63º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FBBFAF is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB251191175-
CMYK00.240.300.02
HSL12.63º90.48%83.53%-
HSV(B)12.63º30.28%98.43%-
XYZ66.1560.8748.82-
YUV207.12109.88159.3-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.68%
GREEN value IS 191 (75% from 255) = 30.96%
BLUE value IS 175 (68.75% from 255) = 28.36%
R=40.68%
G=30.96%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119117500.240.300.0212.6390.4883.53
HexFBBFAF0181E2d5a54
Octal37327725703036215132124
Binary1111101110111111101011110110001111010110110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBFAF; }

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

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

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

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

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

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

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

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