#FDBBB5

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

Shades of Melon #FDBBB5

Tints of Melon #FDBBB5

Color information

#FDBBB5 (or 0xFDBBB5) is unknown color: approx Melon. HEX triplet: FD, BB and B5. RGB value is (253,187,181). Sum of RGB (Red+Green+Blue) = 253+187+181=621 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.74% from 621); Green value is 187 (73.44% from 255 or 30.11% from 621); Blue value is 181 (71.09% from 255 or 29.15% from 621); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBBB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBBB5 is #02444A. Grayscale: #CECECE. Windows color (decimal): -148555 or 11910141. OLE color: 11910141.

HSL color Cylindrical-coordinate representation of color #FDBBB5: hue angle of 5º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FDBBB5 is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.01.

Color convert

RGB253187181-
CMYK00.260.280.01
HSL94.74%85.1%-
HSV(B)28.46%99.22%-
XYZ66.6259.7651.74-
YUV206.05113.87161.49-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.74%
GREEN value IS 187 (73.44% from 255) = 30.11%
BLUE value IS 181 (71.09% from 255) = 29.15%
R=40.74%
G=30.11%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25318718100.260.280.01594.7485.1
HexFDBBB501A1C155f55
Octal3752732650323415137125
Binary11111101101110111011010101101011100110110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDBBB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDBBB5; }

 p { color: rgb(253,187,181); }

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

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

 a { background-color: rgb(253,187,181); }

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

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

 span { border-color: rgb(253,187,181); }

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