#FCBDAF

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

Shades of Melon #FCBDAF

Tints of Melon #FCBDAF

Color information

#FCBDAF (or 0xFCBDAF) is unknown color: approx Melon. HEX triplet: FC, BD and AF. RGB value is (252,189,175). Sum of RGB (Red+Green+Blue) = 252+189+175=616 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.91% from 616); Green value is 189 (74.22% from 255 or 30.68% from 616); Blue value is 175 (68.75% from 255 or 28.41% from 616); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBDAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBDAF is #034250. Grayscale: #CECECE. Windows color (decimal): -213585 or 11517436. OLE color: 11517436.

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

Color convert

RGB252189175-
CMYK00.250.310.01
HSL10.91º92.77%83.73%-
HSV(B)10.91º30.56%98.82%-
XYZ66.0860.1948.69-
YUV206.24110.37160.64-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.91%
GREEN value IS 189 (74.22% from 255) = 30.68%
BLUE value IS 175 (68.75% from 255) = 28.41%
R=40.91%
G=30.68%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218917500.250.310.0110.9192.7783.73
HexFCBDAF0191F1b5d54
Octal37427525703137113135124
Binary111111001011110110101111011001111111101110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBDAF; }

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

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

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

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

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

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

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

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