#FDBBB4

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

Shades of Melon #FDBBB4

Tints of Melon #FDBBB4

Color information

#FDBBB4 (or 0xFDBBB4) is unknown color: approx Melon. HEX triplet: FD, BB and B4. RGB value is (253,187,180). Sum of RGB (Red+Green+Blue) = 253+187+180=620 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.81% from 620); Green value is 187 (73.44% from 255 or 30.16% from 620); Blue value is 180 (70.70% from 255 or 29.03% from 620); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBBB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBBB4 is #02444B. Grayscale: #CECECE. Windows color (decimal): -148556 or 11844605. OLE color: 11844605.

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

Color convert

RGB253187180-
CMYK00.260.290.01
HSL5.75º94.81%84.9%-
HSV(B)5.75º28.85%99.22%-
XYZ66.5259.7251.2-
YUV205.94113.37161.57-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.81%
GREEN value IS 187 (73.44% from 255) = 30.16%
BLUE value IS 180 (70.70% from 255) = 29.03%
R=40.81%
G=30.16%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.29
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25318718000.260.290.015.7594.8184.9
HexFDBBB401A1D165f55
Octal3752732640323516137125
Binary11111101101110111011010001101011101111010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDBBB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDBBB4; }

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

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

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

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

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

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

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

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