#FFBFB2

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

Shades of Melon #FFBFB2

Tints of Melon #FFBFB2

Color information

#FFBFB2 (or 0xFFBFB2) is unknown color: approx Melon. HEX triplet: FF, BF and B2. RGB value is (255,191,178). Sum of RGB (Red+Green+Blue) = 255+191+178=624 (82% of max value = 765). Red value is 255 (100% from 255 or 40.87% from 624); Green value is 191 (75% from 255 or 30.61% from 624); Blue value is 178 (69.92% from 255 or 28.53% from 624); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBFB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBFB2 is #00404D. Grayscale: #D0D0D0. Windows color (decimal): -16462 or 11714559. OLE color: 11714559.

HSL color Cylindrical-coordinate representation of color #FFBFB2: hue angle of 10.13º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FFBFB2 is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.

Color convert

RGB255191178-
CMYK00.250.300
HSL10.13º100%84.9%-
HSV(B)10.13º30.2%100%-
XYZ67.9161.7450.46-
YUV208.65110.7161.06-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.87%
GREEN value IS 191 (75% from 255) = 30.61%
BLUE value IS 178 (69.92% from 255) = 28.53%
R=40.87%
G=30.61%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.30
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519117800.250.30010.1310084.9
HexFFBFB20191E0a6455
Octal37727726203136012144125
Binary111111111011111110110010011001111100101011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBFB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBFB2; }

 p { color: rgb(255,191,178); }

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

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

 a { background-color: rgb(255,191,178); }

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

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

 span { border-color: rgb(255,191,178); }

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