#FCBDB2

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

Shades of Melon #FCBDB2

Tints of Melon #FCBDB2

Color information

#FCBDB2 (or 0xFCBDB2) is unknown color: approx Melon. HEX triplet: FC, BD and B2. RGB value is (252,189,178). Sum of RGB (Red+Green+Blue) = 252+189+178=619 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.71% from 619); Green value is 189 (74.22% from 255 or 30.53% from 619); Blue value is 178 (69.92% from 255 or 28.76% from 619); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBDB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBDB2 is #03424D. Grayscale: #CECECE. Windows color (decimal): -213582 or 11714044. OLE color: 11714044.

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

Color convert

RGB252189178-
CMYK00.250.290.01
HSL8.92º92.5%84.31%-
HSV(B)8.92º29.37%98.82%-
XYZ66.3860.350.26-
YUV206.58111.87160.39-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.71%
GREEN value IS 189 (74.22% from 255) = 30.53%
BLUE value IS 178 (69.92% from 255) = 28.76%
R=40.71%
G=30.53%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.29
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218917800.250.290.018.9292.584.31
HexFCBDB20191D195c54
Octal37427526203135111134124
Binary111111001011110110110010011001111011100110111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBDB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBDB2; }

 p { color: rgb(252,189,178); }

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

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

 a { background-color: rgb(252,189,178); }

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

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

 span { border-color: rgb(252,189,178); }

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