#FCBDB5

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

Shades of Melon #FCBDB5

Tints of Melon #FCBDB5

Color information

#FCBDB5 (or 0xFCBDB5) is unknown color: approx Melon. HEX triplet: FC, BD and B5. RGB value is (252,189,181). Sum of RGB (Red+Green+Blue) = 252+189+181=622 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.51% from 622); Green value is 189 (74.22% from 255 or 30.39% from 622); Blue value is 181 (71.09% from 255 or 29.10% from 622); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBDB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBDB5 is #03424A. Grayscale: #CFCFCF. Windows color (decimal): -213579 or 11910652. OLE color: 11910652.

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

Color convert

RGB252189181-
CMYK00.250.280.01
HSL6.76º92.21%84.9%-
HSV(B)6.76º28.17%98.82%-
XYZ66.6860.4351.87-
YUV206.92113.37160.15-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.51%
GREEN value IS 189 (74.22% from 255) = 30.39%
BLUE value IS 181 (71.09% from 255) = 29.10%
R=40.51%
G=30.39%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218918100.250.280.016.7692.2184.9
HexFCBDB50191C175c55
Octal3742752650313417134125
Binary11111100101111011011010101100111100111110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBDB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBDB5; }

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

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

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

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

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

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

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

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