#FCBDB3

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

Shades of Melon #FCBDB3

Tints of Melon #FCBDB3

Color information

#FCBDB3 (or 0xFCBDB3) is unknown color: approx Melon. HEX triplet: FC, BD and B3. RGB value is (252,189,179). Sum of RGB (Red+Green+Blue) = 252+189+179=620 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.65% from 620); Green value is 189 (74.22% from 255 or 30.48% from 620); Blue value is 179 (70.31% from 255 or 28.87% from 620); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBDB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBDB3 is #03424C. Grayscale: #CECECE. Windows color (decimal): -213581 or 11779580. OLE color: 11779580.

HSL color Cylindrical-coordinate representation of color #FCBDB3: hue angle of 8.22º degrees, saturation: 0.92, 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 #FCBDB3 is Cyan = 0, Magento = 0.25, Yellow = 0.29 and Black (K on CMYK) = 0.01.

Color convert

RGB252189179-
CMYK00.250.290.01
HSL8.22º92.41%84.51%-
HSV(B)8.22º28.97%98.82%-
XYZ66.4860.3550.79-
YUV206.7112.37160.31-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.65%
GREEN value IS 189 (74.22% from 255) = 30.48%
BLUE value IS 179 (70.31% from 255) = 28.87%
R=40.65%
G=30.48%
B=28.87%

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
Decimal25218917900.250.290.018.2292.4184.51
HexFCBDB30191D185c55
Octal37427526303135110134125
Binary111111001011110110110011011001111011100010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBDB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBDB3; }

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

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

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

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

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

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

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

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