#FFBBAF

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

Shades of Melon #FFBBAF

Tints of Melon #FFBBAF

Color information

#FFBBAF (or 0xFFBBAF) is unknown color: approx Melon. HEX triplet: FF, BB and AF. RGB value is (255,187,175). Sum of RGB (Red+Green+Blue) = 255+187+175=617 (81% of max value = 765). Red value is 255 (100% from 255 or 41.33% from 617); Green value is 187 (73.44% from 255 or 30.31% from 617); Blue value is 175 (68.75% from 255 or 28.36% from 617); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBBAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBBAF is #004450. Grayscale: #CECECE. Windows color (decimal): -17489 or 11516927. OLE color: 11516927.

HSL color Cylindrical-coordinate representation of color #FFBBAF: hue angle of 9º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FFBBAF is Cyan = 0, Magento = 0.27, Yellow = 0.31 and Black (K on CMYK) = 0.

Color convert

RGB255187175-
CMYK00.270.310
HSL100%84.31%-
HSV(B)31.37%100%-
XYZ66.7559.948.6-
YUV205.96110.53162.98-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.33%
GREEN value IS 187 (73.44% from 255) = 30.31%
BLUE value IS 175 (68.75% from 255) = 28.36%
R=41.33%
G=30.31%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518717500.270.310910084.31
HexFFBBAF01B1F096454
Octal37727325703337011144124
Binary111111111011101110101111011011111110100111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBBAF; }

 p { color: rgb(255,187,175); }

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

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

 a { background-color: rgb(255,187,175); }

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

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

 span { border-color: rgb(255,187,175); }

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