#FFBBAD

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

Shades of Melon #FFBBAD

Tints of Melon #FFBBAD

Color information

#FFBBAD (or 0xFFBBAD) is unknown color: approx Melon. HEX triplet: FF, BB and AD. RGB value is (255,187,173). Sum of RGB (Red+Green+Blue) = 255+187+173=615 (81% of max value = 765). Red value is 255 (100% from 255 or 41.46% from 615); Green value is 187 (73.44% from 255 or 30.41% from 615); Blue value is 173 (67.97% from 255 or 28.13% from 615); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBBAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBBAD is #004452. Grayscale: #CDCDCD. Windows color (decimal): -17491 or 11385855. OLE color: 11385855.

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

Color convert

RGB255187173-
CMYK00.270.320
HSL10.24º100%83.92%-
HSV(B)10.24º32.16%100%-
XYZ66.5559.8247.57-
YUV205.74109.53163.14-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.46%
GREEN value IS 187 (73.44% from 255) = 30.41%
BLUE value IS 173 (67.97% from 255) = 28.13%
R=41.46%
G=30.41%
B=28.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.32
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518717300.270.32010.2410083.92
HexFFBBAD01B200a6454
Octal37727325503340012144124
Binary1111111110111011101011010110111000000101011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBBAD; }

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

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

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

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

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

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

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

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